fix typo in string picker

This commit is contained in:
2025-09-03 12:36:18 -05:00
parent 3e6dbd9f4f
commit 3683ffcc70

View File

@@ -522,7 +522,7 @@ short choose_text(eStrType list, unsigned short cur_choice, cDialog* parent, std
}
break;
case STRT_CMP:
strings = {"Less Than or Equal", "Less Than", "Equal", "Greater Than", "Grater Than or Equal"};
strings = {"Less Than or Equal", "Less Than", "Equal", "Greater Than", "Greater Than or Equal"};
break;
case STRT_ACCUM:
strings = {"Current PC Only", "Cumulative", "Average", "Minimum", "Maximum"};