aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2010-08-27 22:01:15 +0800
committerGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2010-08-30 19:37:46 +0800
commit30cfef02ad93f671b6d0cfff401e881d58c2d57f (patch)
treea15d7566b8a7a9c045f947cded7784fcc4035638
parentfc35b678523bc01e1475345a9e339f52eb5637a1 (diff)
downloadgsoc2013-empathy-30cfef02ad93f671b6d0cfff401e881d58c2d57f.tar
gsoc2013-empathy-30cfef02ad93f671b6d0cfff401e881d58c2d57f.tar.gz
gsoc2013-empathy-30cfef02ad93f671b6d0cfff401e881d58c2d57f.tar.bz2
gsoc2013-empathy-30cfef02ad93f671b6d0cfff401e881d58c2d57f.tar.lz
gsoc2013-empathy-30cfef02ad93f671b6d0cfff401e881d58c2d57f.tar.xz
gsoc2013-empathy-30cfef02ad93f671b6d0cfff401e881d58c2d57f.tar.zst
gsoc2013-empathy-30cfef02ad93f671b6d0cfff401e881d58c2d57f.zip
account-widget-local-xmpp: change the accelerator of the Nickname widget
'n' is used by the Cancel button now.
-rw-r--r--libempathy-gtk/empathy-account-widget-local-xmpp.ui2
1 files changed, 1 insertions, 1 deletions
diff --git a/libempathy-gtk/empathy-account-widget-local-xmpp.ui b/libempathy-gtk/empathy-account-widget-local-xmpp.ui
index d167d02a5..77a84a3a2 100644
--- a/libempathy-gtk/empathy-account-widget-local-xmpp.ui
+++ b/libempathy-gtk/empathy-account-widget-local-xmpp.ui
@@ -54,7 +54,7 @@
<object class="GtkLabel" id="label_nickname">
<property name="visible">True</property>
<property name="xalign">0</property>
- <property name="label" translatable="yes">_Nickname:</property>
+ <property name="label" translatable="yes">Nic_kname:</property>
<property name="use_underline">True</property>
<property name="mnemonic_widget">entry_nickname</property>
</object>