Author: shadowmaster Date: Mon Oct 17 22:11:55 2011 New Revision: 51523 URL: http://svn.gna.org/viewcvs/wesnoth?rev=51523&view=rev Log: Some label style changes in Advanced Preferences
* Rewrote the Local ToD Lighting option tooltip and label * Removed stops at the end of tooltips (see http://wiki.wesnoth.org/UI_Style_Guide#Tooltips) Modified: trunk/data/advanced_preferences.cfg Modified: trunk/data/advanced_preferences.cfg URL: http://svn.gna.org/viewcvs/wesnoth/trunk/data/advanced_preferences.cfg?rev=51523&r1=51522&r2=51523&view=diff ============================================================================== --- trunk/data/advanced_preferences.cfg (original) +++ trunk/data/advanced_preferences.cfg Mon Oct 17 22:11:55 2011 @@ -36,8 +36,8 @@ [advanced_preference] field=local_tod_light - name=_"Local time of day light" - description=_"Local time of day light effect (use more memory)." + name=_"Local Time of Day Area Lighting" + description=_"Custom lighting for local time of day areas (uses more memory)" type=boolean default=no [/advanced_preference] @@ -59,7 +59,7 @@ [advanced_preference] field=ping_timeout name=_"Ping Timeout" - description=_"Number of seconds to wait for a ping reply before we time out. Disable with 0." + description=_"Number of seconds to wait for a ping reply before timing out. Set to 0 to disable" type=int default=0 min=0 @@ -130,7 +130,7 @@ [advanced_preference] field=chat_message_aging name=_"Chat message aging" - description=_"Number of minutes to wait before clearing an ingame chat message. Disable aging with 0." + description=_"Number of minutes to wait before clearing an ingame chat message. Set to 0 to disable" type=int default=20 min=0 @@ -155,7 +155,7 @@ [advanced_preference] field=show_all_units_in_help name= _ "Show All Unit Types in Help" - description= _ "Show all unit types in the help (requires restart). This does not alter the list of encountered units." + description= _ "Show all unit types in the help (requires restart). This does not alter the list of encountered units" type=boolean default=no [/advanced_preference] _______________________________________________ Wesnoth-commits mailing list [email protected] https://mail.gna.org/listinfo/wesnoth-commits
