@@ -59,6 +59,8 @@ function Return_enUS()
5959 [" tt_closeWindow" ] = " Close AzerothCoreAdmin" ,
6060 [" tt_clearParameterBox" ] = " Clears the parameter box." ,
6161 [" tt_bag" ] = " Show the bag of the selected character or yours [[Parameters: $bagSlot: 0-4]]" ,
62+ [" tt_cheatExploreMapsOn" ] = " Reveals maps for the selected character." ,
63+ [" tt_cheatExploreMapsOff" ] = " Hides maps for the selected character." ,
6264 --[[ General-Control Labels]]
6365 [" label_languageButton" ] = " Change language" ,
6466 [" label_infoRevision" ] = " |cFF00FF00AzerothCore rev:|r " , -- Updated: Matched string output to AzerothCore
@@ -91,6 +93,7 @@ function Return_enUS()
9193 [" mustBeANumber" ] = " Value must be a number!" ,
9294 [" log_resetSlider" ] = " Reset slider to 1.0" ,
9395 [" log_bag" ] = " Opened _T_'s bag on slot _V1_ " ,
96+ [" log_cheatExploreMaps" ] = " Explore maps cheat for _T_ has been set to _V1_" ,
9497 --[[ GM-Name]]
9598 [" tabname_GM" ] = " GM" ,
9699 --[[ GM-Tooltips]]
@@ -108,8 +111,6 @@ function Return_enUS()
108111 [" ttGM_visibilityOff" ] = " Make you visible." ,
109112 [" ttGM_cheatTaxiOn" ] = " Show all taxi-routes to the selected player. This cheat will be deactivated on logout." ,
110113 [" ttGM_cheatTaxiOff" ] = " Deactivate the taxi-cheat and restore the players known taxi-routes." ,
111- [" ttGM_cheatExploreMapsOn" ] = " Reveals maps for the selected character." ,
112- [" ttGM_cheatExploreMapsOff" ] = " Hides maps for the selected character." ,
113114 [" ttGM_cheatWaterWalkOn" ] = " Turn Waterwalk ON for the selected character" ,
114115 [" ttGM_cheatWaterWalkOff" ] = " Turn Waterwalk OFF for the selected character" ,
115116 [" ttGM_cheatNoCastTimeOn" ] = " Disable spell's casting time" ,
@@ -231,7 +232,6 @@ function Return_enUS()
231232 [" logGM_acceptWhispers" ] = " Turned accepting whispers to _V1_" ,
232233 [" logGM_visibility" ] = " Turned your visibility to _V1_" ,
233234 [" logGM_cheatTaxi" ] = " Taxi cheat for _T_ has been set to _V1_" ,
234- [" logGM_cheatExploreMaps" ] = " Explore maps cheat for _T_ has been set to _V1_" ,
235235 [" logGM_cheatWaterWalk" ] = " WaterWalk cheat for _T_ has been set to _V1_" ,
236236 [" logGM_cheatNoCastTime" ] = " Turned NoCastTime to _V1_" ,
237237 [" logGM_cheatNoCooldown" ] = " Turned NoCooldown to _V1_" ,
0 commit comments