summaryrefslogtreecommitdiffstats
path: root/general/Ref.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'general/Ref.cpp')
-rw-r--r--general/Ref.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/general/Ref.cpp b/general/Ref.cpp
index 4ccda5e4..26014390 100644
--- a/general/Ref.cpp
+++ b/general/Ref.cpp
@@ -31,7 +31,7 @@ const QStringList WeatherStr = QStringList() << "Ice" << "Rain" << "Sun" << "San
const QStringList DirectionStr = QStringList() << "Up" << "Down" << "Left" << "Right" << "None";
-const QStringList RelativeStr = QStringList() << "Less" << "Less or Equal" << "Equal" << "Greater or Equal" << "Greater" << "Not Equal";
+const QStringList RelativeStr = QStringList() << "Less" << "Less or Equal" << "Greater or Equal" << "Greater" << "Equal" << "Not Equal";
const QStringList StatusStr = QStringList() << "Freeze" << "Paralyze" << "Sleep" << "Poison" << "Toxic Poison" << "Burn" << "Any";