Skip to content

Commit

Permalink
Add disabling location to what's new
Browse files Browse the repository at this point in the history
  • Loading branch information
Sylvain "Telkostrasz" Cossement committed May 2, 2015
1 parent 59623f1 commit 6d2423d
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
1 change: 1 addition & 0 deletions totalRP3/trunk/core/impl/locale/locale_enUS.lua
Original file line number Diff line number Diff line change
Expand Up @@ -824,6 +824,7 @@ Total RP is not responsible for links leading to harmful content.]],
WHATS_NEW = [[{h3:c}New in version {col:6eff51}1.0{/col}{/h3}
{h3}1. Character location system{/h3}
You can now query for character location on your map. {link*map*Open your map} and use the bottom left button to launch the scan!
|cffff9900Don't want to be visible? {link*scandisable*You can disable the scan}.
{h3}2. New UI for "At first glance" edition{/h3}
We improved the way you can edit your "At first glance" slots information. {link*glance*Check it out!}
Expand Down
1 change: 1 addition & 0 deletions totalRP3/trunk/core/impl/locale/locale_frFR.lua
Original file line number Diff line number Diff line change
Expand Up @@ -868,6 +868,7 @@ Total RP n'est pas responsable du contenu des liens partagés.]=],
WHATS_NEW = [[{h3:c}Nouveau dans la version {col:6eff51}1.0{/col}{/h3}
{h3}1. Système de position de personnages{/h3}
Vous pouvez maintenant scanner la position des personnages sur votre carte. {link*map*Ouvrez votre carte} et utilisez le bouton en bas à droite pour lancer le scan !
|cffff9900Pas envie d'être visible? {link*scandisable*Désactiver la fonctionnalité}.
{h3}2. Nouvelle interface "Coups d'oeil"{/h3}
Nous avons amélioré l'interface d'édition des Coups d'oeil. {link*glance*Jeter un oeil !}
Expand Down
4 changes: 2 additions & 2 deletions totalRP3/trunk/modules/dashboard/dashboard.lua
Original file line number Diff line number Diff line change
Expand Up @@ -234,9 +234,9 @@ TRP3_API.dashboard.init = function()
break;
end
end
else

end
elseif url == "scandisable" then
TRP3_API.navigation.menu.selectMenu("main_91_config_main_config_register");
end
end);
TRP3_DashboardBottomContent:SetScript("OnHyperlinkEnter", function(self, link, text)
Expand Down

0 comments on commit 6d2423d

Please sign in to comment.