Fixed some language issues

Enabled a box for displaying the active side on the editor's topbar.
This commit is contained in:
Fabian Müller 2012-07-22 21:32:16 +00:00
parent 7cfc9ce721
commit 3afe03654d
2 changed files with 17 additions and 17 deletions

View file

@ -186,15 +186,15 @@
yanchor=fixed
[/menu]
# [panel]
# #TODO rename since we don't display turns, only sides
# id=turn-panel
# image=themes/status-bg.png
# ref=menu-editor-side
# rect="+5,=+1,+80,+19"
# xanchor=fixed
# yanchor=fixed
# [/panel]
[panel]
#TODO rename since we don't display turns, only sides
id=turn-panel
image=themes/status-bg.png
ref=menu-editor-side
rect="+5,=+1,+80,+19"
xanchor=fixed
yanchor=fixed
[/panel]
[menu]
id=menu-editor-paste-context
@ -263,7 +263,7 @@
id=village_button_editor
image=villages_button_editor
items=editor-tool-village
tooltip= _ "Village Ownership, Left mouse button sets the village ownership to the current side, right clears. Not implemented yet."
tooltip= _ "Left mouse button sets the village ownership to the current side, right clears. Not implemented yet."
tooltip_name_prepend=yes
rect="+6,=,+24,+24"
xanchor=right
@ -308,7 +308,7 @@
id=soundsource_button_editor
image=blank_button_editor
#items=editor-tool-soundsource
tooltip= _ "Sound source Tool, Left mouse button sets or drags a sound source, right clears. Not implemented yet."
tooltip= _ "Left mouse button sets or drags a sound source, right clears. Not implemented yet."
#tooltip_name_prepend=yes
rect="+6,=,+24,+24"
xanchor=right
@ -318,7 +318,7 @@
id=unit_button_editor
image=units_button_editor
items=editor-tool-unit
tooltip= _ "Place Unit Tool, Left mouse button sets a new unit or moves a unit via drag and drop, right clears. Not implemented yet."
tooltip= _ "Left mouse button sets a new unit or moves a unit via drag and drop, right clears."
tooltip_name_prepend=yes
rect="+6,=,+24,+24"
xanchor=right
@ -447,8 +447,8 @@
[panel]
id=villages-panel
image=themes/status-bg.png
ref=menu-editor-side
#ref=turn-panel
#ref=menu-editor-side
ref=turn-panel
rect="+5,=+1,+71,+19"
xanchor=fixed
yanchor=fixed

View file

@ -150,11 +150,11 @@ const struct {
{ hotkey::HOTKEY_EDITOR_TOOL_FILL, "editor-tool-fill", N_("Fill Tool"), false, hotkey::SCOPE_EDITOR },
{ hotkey::HOTKEY_EDITOR_TOOL_SELECT, "editor-tool-select", N_("Selection Tool"), false, hotkey::SCOPE_EDITOR },
{ hotkey::HOTKEY_EDITOR_TOOL_STARTING_POSITION, "editor-tool-starting-position",
N_("Set Starting Positions Tool"), false, hotkey::SCOPE_EDITOR },
N_("Starting Positions Tool"), false, hotkey::SCOPE_EDITOR },
{ hotkey::HOTKEY_EDITOR_TOOL_LABEL, "editor-tool-label",
N_("Place a map label Tool"), false, hotkey::SCOPE_EDITOR },
N_("Label Tool"), false, hotkey::SCOPE_EDITOR },
{ hotkey::HOTKEY_EDITOR_TOOL_UNIT, "editor-tool-unit",
N_("Place Unit Tool"), false, hotkey::SCOPE_EDITOR },
N_("Unit Tool"), false, hotkey::SCOPE_EDITOR },
{ hotkey::HOTKEY_EDITOR_BRUSH_NEXT, "editor-brush-next", N_("Next Brush"), false, hotkey::SCOPE_EDITOR },
{ hotkey::HOTKEY_EDITOR_BRUSH_DEFAULT, "editor-brush-default", N_("Default Brush"), false, hotkey::SCOPE_EDITOR },
{ hotkey::HOTKEY_EDITOR_CUT, "editor-cut", N_("Cut"), false, hotkey::SCOPE_EDITOR },