Added tooltips to the --new-widgets title screen.
This commit is contained in:
parent
ab21de1ef1
commit
14c82ef18e
2 changed files with 16 additions and 11 deletions
|
@ -19,6 +19,7 @@ Version 1.9.0-svn:
|
|||
--new-widgets title screen
|
||||
* Implemented bug #15623 (patch #1568): On change resolution screen,
|
||||
widescreen resolutions are now marked as such
|
||||
* Added tooltips to the --new-widgets title screen
|
||||
* WML Engine:
|
||||
* Deprecated [set_variable]'s random key, use rand instead
|
||||
* Renamed [unit][status] healable to unhealable so it can default to 'no'
|
||||
|
|
|
@ -129,6 +129,7 @@
|
|||
definition = "default"
|
||||
|
||||
label = _ "Help"
|
||||
tooltip = _"Show Battle for Wesnoth help"
|
||||
[/button]
|
||||
|
||||
[/column]
|
||||
|
@ -144,6 +145,7 @@
|
|||
definition = "default"
|
||||
|
||||
label = _ "Previous"
|
||||
tooltip = _"Show previous tip of the day"
|
||||
[/button]
|
||||
|
||||
[/column]
|
||||
|
@ -158,6 +160,7 @@
|
|||
definition = "default"
|
||||
|
||||
label = _ "Next"
|
||||
tooltip = _"Show next tip of the day"
|
||||
[/button]
|
||||
|
||||
[/column]
|
||||
|
@ -176,7 +179,7 @@
|
|||
#enddef
|
||||
|
||||
|
||||
#define _GUI_BUTTON ID CAPTION
|
||||
#define _GUI_BUTTON ID CAPTION TOOLTIP
|
||||
[row]
|
||||
|
||||
[column]
|
||||
|
@ -188,6 +191,7 @@
|
|||
definition = "default"
|
||||
|
||||
label = {CAPTION}
|
||||
tooltip = {TOOLTIP}
|
||||
[/button]
|
||||
|
||||
[/column]
|
||||
|
@ -201,16 +205,16 @@
|
|||
definition = "title_screen"
|
||||
|
||||
[grid]
|
||||
{_GUI_BUTTON "tutorial" _"Tutorial"}
|
||||
{_GUI_BUTTON "campaign" _"Campaign"}
|
||||
{_GUI_BUTTON "multiplayer" _"Multiplayer"}
|
||||
{_GUI_BUTTON "load" _"Load"}
|
||||
{_GUI_BUTTON "addons" _"Add-ons"}
|
||||
{_GUI_BUTTON "editor" _"Editor"}
|
||||
{_GUI_BUTTON "language" _"Language"}
|
||||
{_GUI_BUTTON "preferences" _"Preferences"}
|
||||
{_GUI_BUTTON "credits" _"Credits"}
|
||||
{_GUI_BUTTON "quit" _"Quit"}
|
||||
{_GUI_BUTTON "tutorial" _"Tutorial" _"Start a tutorial to familiarize yourself with the game"}
|
||||
{_GUI_BUTTON "campaign" _"Campaign" _"Start a new single player campaign"}
|
||||
{_GUI_BUTTON "multiplayer" _"Multiplayer" _"Play multiplayer (hotseat, LAN, or Internet), or a single scenario against the AI"}
|
||||
{_GUI_BUTTON "load" _"Load" _"Load a saved game"}
|
||||
{_GUI_BUTTON "addons" _"Add-ons" _"Download usermade campaigns, eras, or map packs"}
|
||||
{_GUI_BUTTON "editor" _"Editor" _"Start the map editor"}
|
||||
{_GUI_BUTTON "language" _"Language" _"Change the language"}
|
||||
{_GUI_BUTTON "preferences" _"Preferences" _"Configure the game's settings"}
|
||||
{_GUI_BUTTON "credits" _"Credits" _"View the credits"}
|
||||
{_GUI_BUTTON "quit" _"Quit" _"Quit the game"}
|
||||
[/grid]
|
||||
|
||||
[/panel]
|
||||
|
|
Loading…
Add table
Reference in a new issue