Improved string
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@7991 178a84e3-b1eb-0310-8ba1-8eac791a3b58
This commit is contained in:
parent
392bfe3e9c
commit
d98924ee3c
@ -323,7 +323,7 @@ void OptionsScreenVideo::updateTooltip()
|
||||
//I18N: if no kart animations are enabled
|
||||
core::stringw none = _("None");
|
||||
|
||||
tooltip = _("Graphical Effects : %s", UserConfigParams::m_graphical_effects ? enabled : disabled);
|
||||
tooltip = _("Animated Scenery : %s", UserConfigParams::m_graphical_effects ? enabled : disabled);
|
||||
tooltip = tooltip + L"\n" + _("Weather Effects : %s", UserConfigParams::m_weather_effects ? enabled : disabled);
|
||||
tooltip = tooltip + L"\n" + _("Animated Characters : %s", UserConfigParams::m_show_steering_animations == 2 ? all :
|
||||
(UserConfigParams::m_show_steering_animations == 1 ? me : none));
|
||||
|
Loading…
x
Reference in New Issue
Block a user