Skip to content

Commit

Permalink
GUI2: fixed typo in macro name (pointed out in wesnoth#3847)
Browse files Browse the repository at this point in the history
[ci skip]
  • Loading branch information
Vultraz authored and nemaara committed Jan 30, 2019
1 parent 26998e3 commit 51feb3d
Show file tree
Hide file tree
Showing 10 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion data/gui/macros/_initial.cfg
Expand Up @@ -334,7 +334,7 @@
[/pre_commit]
#enddef

#define FITER_TEXT_BOX_HINT
#define FILTER_TEXT_BOX_HINT
hint_text = _ "Search"
hint_image = "icons/action/zoomdefault_25.png~FL(horiz)"
#enddef
Expand Down
2 changes: 1 addition & 1 deletion data/gui/window/addon_manager.cfg
Expand Up @@ -692,7 +692,7 @@
definition = "default"

tooltip = _ "Filters on addon description, version, type or author."
{FITER_TEXT_BOX_HINT}
{FILTER_TEXT_BOX_HINT}
[/text_box]
[/column]

Expand Down
2 changes: 1 addition & 1 deletion data/gui/window/chat_log.cfg
Expand Up @@ -130,7 +130,7 @@
[text_box]
id = "filter"
definition = "default"
{FITER_TEXT_BOX_HINT}
{FILTER_TEXT_BOX_HINT}
[/text_box]
[/column]

Expand Down
2 changes: 1 addition & 1 deletion data/gui/window/game_load.cfg
Expand Up @@ -419,7 +419,7 @@
[text_box]
id = "txtFilter"
definition = "default"
{FITER_TEXT_BOX_HINT}
{FILTER_TEXT_BOX_HINT}
[/text_box]

[/column]
Expand Down
2 changes: 1 addition & 1 deletion data/gui/window/lobby_main.cfg
Expand Up @@ -323,7 +323,7 @@
[text_box]
definition = "default"
id = "filter_text"
{FITER_TEXT_BOX_HINT}
{FILTER_TEXT_BOX_HINT}
[/text_box]
[/column]

Expand Down
2 changes: 1 addition & 1 deletion data/gui/window/mp_create_game.cfg
Expand Up @@ -652,7 +652,7 @@
[text_box]
id = "game_filter"
definition = "default"
{FITER_TEXT_BOX_HINT}
{FILTER_TEXT_BOX_HINT}
[/text_box]

[/column]
Expand Down
2 changes: 1 addition & 1 deletion data/gui/window/preferences/02_hotkeys.cfg
Expand Up @@ -65,7 +65,7 @@
definition = "default"

tooltip = _ "Filters on hotkey description."
{FITER_TEXT_BOX_HINT}
{FILTER_TEXT_BOX_HINT}
[/text_box]
[/column]

Expand Down
2 changes: 1 addition & 1 deletion data/gui/window/unit_create.cfg
Expand Up @@ -91,7 +91,7 @@
[text_box]
id = "filter_box"
definition = "default"
{FITER_TEXT_BOX_HINT}
{FILTER_TEXT_BOX_HINT}
[/text_box]

[/column]
Expand Down
2 changes: 1 addition & 1 deletion data/gui/window/unit_recall.cfg
Expand Up @@ -338,7 +338,7 @@
[text_box]
id = "filter_box"
definition = "default"
{FITER_TEXT_BOX_HINT}
{FILTER_TEXT_BOX_HINT}
[/text_box]

[/column]
Expand Down
2 changes: 1 addition & 1 deletion data/gui/window/unit_recruit.cfg
Expand Up @@ -165,7 +165,7 @@
[text_box]
id = "filter_box"
definition = "default"
{FITER_TEXT_BOX_HINT}
{FILTER_TEXT_BOX_HINT}
[/text_box]

[/column]
Expand Down

0 comments on commit 51feb3d

Please sign in to comment.