@@ -58,7 +58,7 @@ function Return_enUS()
5858 [" tt_languageButton" ] = " Reload AzerothCoreAdmin." , -- Removed locals. Updated tooltip to just reload
5959 [" tt_closeWindow" ] = " Close AzerothCoreAdmin" ,
6060 [" tt_clearParameterBox" ] = " Clears the parameter box." ,
61- [" tt_bag" ] = " Show the bag of the selected character or yours [[Parameters: $bagSlot: 1 -4]]" ,
61+ [" tt_bag" ] = " Show the bag of the selected character or yours [[Parameters: $bagSlot: 0 -4]]" ,
6262 --[[ General-Control Labels]]
6363 [" label_languageButton" ] = " Change language" ,
6464 [" label_infoRevision" ] = " |cFF00FF00AzerothCore rev:|r " , -- Updated: Matched string output to AzerothCore
@@ -328,6 +328,10 @@ function Return_enUS()
328328 [" ttCHAR_questRemove" ] = " Removes the specified quest from **selected** player [[Parameters: $questID]]" ,
329329 [" ttCHAR_questComplete" ] = " Marks the specified quest as complete for **selected** player [[Parameters: $questID]]" ,
330330 [" ttCHAR_damage" ] = " Applies the specified amount of damage to the selected Unit [[Parameters: #damageAmount]]" ,
331+ [" ttCHAR_showArea" ] = " Shows the specified area to the **selected** player [[Parameters: $areaID]]" ,
332+ [" ttCHAR_hideArea" ] = " Hides the specified area to the **selected** player [[Parameters: $areaID]]" ,
333+ [" ttCHAR_honorAdd" ] = " Adds the specified amount of honor points to the **selected** player [[ParameterS: $pointsAmount]]" ,
334+ [" ttCHAR_honorUpdate" ] = " Saves Honor for **selected** player" ,
331335
332336 --[[ CHAR-Control-Labels]]
333337 [" labelCHAR_killButton" ] = " Kill" ,
@@ -380,6 +384,10 @@ function Return_enUS()
380384 [" labelCHAR_questRemoveButton" ] = " QuestRem" ,
381385 [" labelCHAR_questCompleteButton" ] = " QuestCompl" ,
382386 [" labelCHAR_damageButton" ] = " Damage" ,
387+ [" labelCHAR_showAreaButton" ] = " ShowArea" ,
388+ [" labelCHAR_hideAreaButton" ] = " HideArea" ,
389+ [" labelCHAR_honorAddButton" ] = " HonorAdd" ,
390+ [" labelCHAR_honorUpdateButton" ] = " HonorUpdt" ,
383391
384392 --[[ CHAR-Commands Output]]
385393 [" logCHAR_kill" ] = " _T_ has been killed" ,
@@ -433,6 +441,11 @@ function Return_enUS()
433441 [" logCHAR_questComplete" ] = " Set questID _V1_ as completed to _T_" ,
434442 [" logCHAR_damage" ] = " Applied _V1_ damage to _T_" ,
435443
444+ [" logCHAR_showArea" ] = " Showed areaID _V1_ to _T_" ,
445+ [" logCHAR_hideArea" ] = " Hide areaID _V1_ to _T_" ,
446+ [" logCHAR_honorAdd" ] = " Added _V1_ honor points to _T_" ,
447+ [" logCHAR_honorUpdate" ] = " Updated honor of _T_" ,
448+
436449 [" tt_RotateLeft" ] = " Rotate left." ,
437450 [" tt_RotateRight" ] = " Rotate right." ,
438451 [" tt_ShowMapsCharButton" ] = " Reveals maps for the selected character." ,
@@ -442,10 +455,6 @@ function Return_enUS()
442455 [" tt_resetbutton" ] = " Reset the selected attribute" ,
443456 [" tt_modelzoominbutton" ] = " Zoom in the selected model" ,
444457 [" tt_modelzoomoutbutton" ] = " Zoom out the selected model" ,
445- [" tt_HideAreaButton" ] = " Hides #areaid from **selected** player." ,
446- [" tt_ShowAreaButton" ] = " Shows #areaid to **selected** player." ,
447- [" tt_HonorAddButton" ] = " Adds #honorpoints to **selected** player." ,
448- [" tt_HonorUpdateButton" ] = " No parameter required. Saves Honor for **selected** player." ,
449458
450459 [" ma_ShowMapsButton" ] = " Show Maps" ,
451460 [" ma_HideMapsButton" ] = " Hide Maps" ,
@@ -456,12 +465,6 @@ function Return_enUS()
456465 [" ma_Modify" ] = " Modify" ,
457466 [" ma_Reset" ] = " Reset" ,
458467
459-
460-
461- [" ma_HideAreaButton" ] = " HideArea" ,
462- [" ma_ShowAreaButton" ] = " ShowArea" ,
463- [" ma_HonorAddButton" ] = " HonorAdd" ,
464- [" ma_HonorUpdateButton" ] = " HonorUpdt" ,
465468 --[[ Other]]
466469 [" ma_LevelUp" ] = " Level up" ,
467470 [" ma_LevelDown" ] = " Level down" ,
0 commit comments