diff options
Diffstat (limited to 'addressbook/gui')
-rw-r--r-- | addressbook/gui/contact-editor/contact-editor.glade | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/addressbook/gui/contact-editor/contact-editor.glade b/addressbook/gui/contact-editor/contact-editor.glade index 93ba4336bb..2d6854cca1 100644 --- a/addressbook/gui/contact-editor/contact-editor.glade +++ b/addressbook/gui/contact-editor/contact-editor.glade @@ -142,7 +142,7 @@ <child> <widget class="GtkLabel" id="label-nickname"> <property name="visible">True</property> - <property name="label" translatable="yes">Ni_ckname:</property> + <property name="label" translatable="yes">Nic_kname:</property> <property name="use_underline">True</property> <property name="use_markup">False</property> <property name="justify">GTK_JUSTIFY_LEFT</property> @@ -253,7 +253,7 @@ <widget class="GtkButton" id="button-categories"> <property name="visible">True</property> <property name="can_focus">True</property> - <property name="label" translatable="yes">_Categories...</property> + <property name="label" translatable="yes">Ca_tegories...</property> <property name="use_underline">True</property> <property name="relief">GTK_RELIEF_NORMAL</property> <property name="focus_on_click">True</property> |