diff options
author | Samuel Mehrbrodt <s.mehrbrodt@gmail.com> | 2013-01-07 09:29:27 +0100 |
---|---|---|
committer | Miklos Vajna <vmiklos@suse.cz> | 2013-01-07 09:31:30 +0100 |
commit | 879cd2d663a9ff8da23e8ec20202b803925a31cd (patch) | |
tree | 1bc26c1860152d5445efa8ec90c1f6311ed4f08d /cui/uiconfig | |
parent | 322d9ca5b0545ec1ae5ac5e3b704e4ba99b68e22 (diff) |
Change 'Add' to 'Add to Dictionary' in the Dialog also
Change-Id: I4bcf53239f001ed2d6ea08a743257ed0d6428752
Diffstat (limited to 'cui/uiconfig')
-rw-r--r-- | cui/uiconfig/ui/spellingdialog.ui | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/cui/uiconfig/ui/spellingdialog.ui b/cui/uiconfig/ui/spellingdialog.ui index 26bfdfe008c4..ef61b87cc73c 100644 --- a/cui/uiconfig/ui/spellingdialog.ui +++ b/cui/uiconfig/ui/spellingdialog.ui @@ -366,12 +366,12 @@ </child> <child> <object class="GtkButton" id="add"> - <property name="label">gtk-add</property> + <property name="label" translatable="yes">_Add to Dictionary</property> <property name="visible">True</property> <property name="can_focus">True</property> <property name="receives_default">True</property> <property name="valign">center</property> - <property name="use_stock">True</property> + <property name="use_underline">True</property> </object> <packing> <property name="left_attach">2</property> @@ -382,12 +382,12 @@ </child> <child> <object class="GtkButton" id="addmb:addmenu"> - <property name="label">gtk-add</property> + <property name="label" translatable="yes">_Add to Dictionary</property> <property name="can_focus">True</property> <property name="receives_default">True</property> <property name="no_show_all">True</property> <property name="valign">center</property> - <property name="use_stock">True</property> + <property name="use_underline">True</property> </object> <packing> <property name="left_attach">2</property> |