diff options
author | Andras Timar <atimar@suse.com> | 2013-01-15 17:02:35 +0100 |
---|---|---|
committer | Andras Timar <atimar@suse.com> | 2013-01-15 17:07:00 +0100 |
commit | 9e43e4867b30f4869f2a341f02556a68bede3c24 (patch) | |
tree | 9f2505cd383ddb9c8541dd4daa6a89c7b5f59e41 /cui | |
parent | 57ca766ab44e0d55ce21ee734aa0aafbff94eb45 (diff) |
make translatable a few more ui strings
Change-Id: Ie4524269b353059df3c60afa9a48c1f1b5f51185
Diffstat (limited to 'cui')
-rw-r--r-- | cui/uiconfig/ui/macroselectordialog.ui | 2 | ||||
-rw-r--r-- | cui/uiconfig/ui/scriptorganizer.ui | 8 |
2 files changed, 5 insertions, 5 deletions
diff --git a/cui/uiconfig/ui/macroselectordialog.ui b/cui/uiconfig/ui/macroselectordialog.ui index 0448245abe1f..d681f295d0f9 100644 --- a/cui/uiconfig/ui/macroselectordialog.ui +++ b/cui/uiconfig/ui/macroselectordialog.ui @@ -35,7 +35,7 @@ </child> <child> <object class="GtkButton" id="add"> - <property name="label">Add</property> + <property name="label" translatable="yes">Add</property> <property name="use_action_appearance">False</property> <property name="can_focus">True</property> <property name="can_default">True</property> diff --git a/cui/uiconfig/ui/scriptorganizer.ui b/cui/uiconfig/ui/scriptorganizer.ui index d18bf8f9fc94..c5100fecbf4e 100644 --- a/cui/uiconfig/ui/scriptorganizer.ui +++ b/cui/uiconfig/ui/scriptorganizer.ui @@ -17,7 +17,7 @@ <property name="layout_style">start</property> <child> <object class="GtkButton" id="run"> - <property name="label">Run</property> + <property name="label" translatable="yes">Run</property> <property name="use_action_appearance">False</property> <property name="visible">True</property> <property name="can_focus">True</property> @@ -50,7 +50,7 @@ </child> <child> <object class="GtkButton" id="create"> - <property name="label">Create...</property> + <property name="label" translatable="yes">Create...</property> <property name="use_action_appearance">False</property> <property name="visible">True</property> <property name="can_focus">True</property> @@ -84,7 +84,7 @@ </child> <child> <object class="GtkButton" id="rename"> - <property name="label">Rename...</property> + <property name="label" translatable="yes">Rename...</property> <property name="use_action_appearance">False</property> <property name="visible">True</property> <property name="can_focus">True</property> @@ -100,7 +100,7 @@ </child> <child> <object class="GtkButton" id="delete"> - <property name="label">Delete...</property> + <property name="label" translatable="yes">Delete...</property> <property name="use_action_appearance">False</property> <property name="visible">True</property> <property name="can_focus">True</property> |