aboutsummaryrefslogtreecommitdiffstats
path: root/addressbook/gui
diff options
context:
space:
mode:
authorSuman Manjunath <msuman@src.gnome.org>2008-01-14 16:23:22 +0800
committerSuman Manjunath <msuman@src.gnome.org>2008-01-14 16:23:22 +0800
commit25df9d140bd21058e5f9b17854ef6699a69b4b24 (patch)
tree0c96ddaed75d85b8abf5a72635efdd03f7bcce87 /addressbook/gui
parent1910fd29b6e85f4485286b00b0b1656cedcdcfd3 (diff)
downloadgsoc2013-evolution-25df9d140bd21058e5f9b17854ef6699a69b4b24.tar
gsoc2013-evolution-25df9d140bd21058e5f9b17854ef6699a69b4b24.tar.gz
gsoc2013-evolution-25df9d140bd21058e5f9b17854ef6699a69b4b24.tar.bz2
gsoc2013-evolution-25df9d140bd21058e5f9b17854ef6699a69b4b24.tar.lz
gsoc2013-evolution-25df9d140bd21058e5f9b17854ef6699a69b4b24.tar.xz
gsoc2013-evolution-25df9d140bd21058e5f9b17854ef6699a69b4b24.tar.zst
gsoc2013-evolution-25df9d140bd21058e5f9b17854ef6699a69b4b24.zip
Patch from David Turner <cillian64@googlemail.com> ** Partial fix for bug #498095 (duplicate mnemonics)
svn path=/trunk/; revision=34810
Diffstat (limited to 'addressbook/gui')
-rw-r--r--addressbook/gui/contact-editor/contact-editor.glade4
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>