=?utf-8?q?=5Bgnome-control-center=5D_common=3A_Use_the_proper_Unicode_ell?= =?utf-8?q?ipsis_=28=E2=80=A6=29_instead_of_three_dots?=
- From: Jeremy Bicha <jbicha src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-control-center] common: Use the proper Unicode ellipsis (â) instead of three dots
- Date: Mon, 3 Dec 2012 14:15:09 +0000 (UTC)
commit fa9ef0d5d901f7d37453be4ddab5e1db497b4044
Author: Jeremy Bicha <jbicha ubuntu com>
Date: Sun Dec 2 15:31:40 2012 -0500
common: Use the proper Unicode ellipsis (â) instead of three dots
https://bugzilla.gnome.org/show_bug.cgi?id=689497
panels/common/cc-language-chooser.c | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/panels/common/cc-language-chooser.c b/panels/common/cc-language-chooser.c
index 363c358..6a885d0 100644
--- a/panels/common/cc-language-chooser.c
+++ b/panels/common/cc-language-chooser.c
@@ -115,9 +115,9 @@ cc_add_user_languages (GtkTreeModel *model)
/* The rest of the languages */
g_hash_table_foreach (user_langs, (GHFunc) languages_foreach_cb, store);
- /* And now the "Other..." selection */
+ /* And now the "Otherâ" selection */
gtk_list_store_append (store, &iter);
- gtk_list_store_set (store, &iter, LOCALE_COL, NULL, DISPLAY_LOCALE_COL, _("Other..."), -1);
+ gtk_list_store_set (store, &iter, LOCALE_COL, NULL, DISPLAY_LOCALE_COL, _("Otherâ"), -1);
g_hash_table_destroy (user_langs);
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]