aboutsummaryrefslogtreecommitdiffstats
path: root/libempathy-gtk
diff options
context:
space:
mode:
authorxclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>2008-01-23 08:02:01 +0800
committerxclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>2008-01-23 08:02:01 +0800
commit19aab43619c7099feecd8db792f800dc5c304c5c (patch)
tree1d409286062072dceae31aa211ed2f9e1a57f953 /libempathy-gtk
parente5f4aa04cb6a843b2568cabe0cfb577e6bce983e (diff)
downloadgsoc2013-empathy-19aab43619c7099feecd8db792f800dc5c304c5c.tar
gsoc2013-empathy-19aab43619c7099feecd8db792f800dc5c304c5c.tar.gz
gsoc2013-empathy-19aab43619c7099feecd8db792f800dc5c304c5c.tar.bz2
gsoc2013-empathy-19aab43619c7099feecd8db792f800dc5c304c5c.tar.lz
gsoc2013-empathy-19aab43619c7099feecd8db792f800dc5c304c5c.tar.xz
gsoc2013-empathy-19aab43619c7099feecd8db792f800dc5c304c5c.tar.zst
gsoc2013-empathy-19aab43619c7099feecd8db792f800dc5c304c5c.zip
Change "Edit account details" to "Edit account" because it gets too long in languages like french. Fixes bug #511048.
git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@595 4ee84921-47dd-4033-b63a-18d7a039a3e4
Diffstat (limited to 'libempathy-gtk')
-rw-r--r--libempathy-gtk/empathy-main-window.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libempathy-gtk/empathy-main-window.c b/libempathy-gtk/empathy-main-window.c
index 7970cb1f9..6b51eccad 100644
--- a/libempathy-gtk/empathy-main-window.c
+++ b/libempathy-gtk/empathy-main-window.c
@@ -810,7 +810,7 @@ main_window_error_display (EmpathyMainWindow *window,
gtk_widget_show (image);
gtk_box_pack_start (GTK_BOX (hbox), image, FALSE, FALSE, 0);
- label = gtk_label_new_with_mnemonic (_("Edit Account _Details"));
+ label = gtk_label_new_with_mnemonic (_("_Edit account"));
gtk_widget_show (label);
gtk_box_pack_start (GTK_BOX (hbox), label, FALSE, FALSE, 0);