=?utf-8?q?=5Bgnome-control-center=5D_user-accounts=3A_Use_the_proper_Unic?= =?utf-8?q?ode_ellipsis_=28=E2=80=A6=29_instead_of_three_dots?=



commit 19fae9d9669b61263ed8f45adc0ccebf9729568a
Author: Jeremy Bicha <jbicha ubuntu com>
Date:   Sun Dec 2 15:18:44 2012 -0500

    user-accounts: Use the proper Unicode ellipsis (â) instead of three dots
    
    https://bugzilla.gnome.org/show_bug.cgi?id=689497

 panels/user-accounts/um-photo-dialog.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/panels/user-accounts/um-photo-dialog.c b/panels/user-accounts/um-photo-dialog.c
index b4fe847..92141c8 100644
--- a/panels/user-accounts/um-photo-dialog.c
+++ b/panels/user-accounts/um-photo-dialog.c
@@ -458,7 +458,7 @@ skip_faces:
         y++;
 
 #ifdef HAVE_CHEESE
-        um->take_photo_menuitem = gtk_menu_item_new_with_label (_("Take a photo..."));
+        um->take_photo_menuitem = gtk_menu_item_new_with_label (_("Take a photoâ"));
         gtk_menu_attach (GTK_MENU (menu), GTK_WIDGET (um->take_photo_menuitem),
                          0, ROW_SPAN - 1, y, y + 1);
         g_signal_connect (G_OBJECT (um->take_photo_menuitem), "activate",
@@ -476,7 +476,7 @@ skip_faces:
         y++;
 #endif /* HAVE_CHEESE */
 
-        menuitem = gtk_menu_item_new_with_label (_("Browse for more pictures..."));
+        menuitem = gtk_menu_item_new_with_label (_("Browse for more picturesâ"));
         gtk_menu_attach (GTK_MENU (menu), GTK_WIDGET (menuitem),
                          0, ROW_SPAN - 1, y, y + 1);
         g_signal_connect (G_OBJECT (menuitem), "activate",



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]