Index: binaries/data/mods/public/gui/options/options.json =================================================================== --- binaries/data/mods/public/gui/options/options.json +++ binaries/data/mods/public/gui/options/options.json @@ -90,22 +90,22 @@ "list": [ { "value": 0, - "label": "Specific primary.", + "label": "Specific first", "tooltip": "Show specific names as primary and generic names as secondary." }, { "value": 1, - "label": "Generic primary.", + "label": "Generic first", "tooltip": "Show generic names as primary and specific names as secondary." }, { "value": 2, - "label": "Only Specific.", + "label": "Specific only", "tooltip": "Show only specific names for units." }, { "value": 3, - "label": "Only Generic.", + "label": "Generic only", "tooltip": "Show only generic names for units." } ] @@ -623,12 +623,12 @@ "list": [ { "value": "true", - "label": "Walk/Patrol Only", + "label": "Walk/Patrol only", "tooltip": "Other orders will disband existing formations." }, { "value": "false", - "label": "No Override", + "label": "No override", "tooltip": "Units in formations stay in formations." } ]