summaryrefslogtreecommitdiff
path: root/tp-account-widgets/tpaw-keyring.c
diff options
context:
space:
mode:
authorPiotr Drąg <piotrdrag@gmail.com>2016-10-06 03:20:14 +0200
committerPiotr Drąg <piotrdrag@gmail.com>2016-10-06 18:07:19 +0200
commitc6b4da02b8158673fee07b18a62c640277173c6a (patch)
tree0336961b7ba07becedac9bce5e7554139ac66690 /tp-account-widgets/tpaw-keyring.c
parent4d695fff5668c6706a54caf134e804b5d68aaf19 (diff)
downloadtelepathy-account-widgets-c6b4da02b8158673fee07b18a62c640277173c6a.tar.gz
Use Unicode in translatable strings
See https://developer.gnome.org/hig/stable/typography.html
Diffstat (limited to 'tp-account-widgets/tpaw-keyring.c')
-rw-r--r--tp-account-widgets/tpaw-keyring.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tp-account-widgets/tpaw-keyring.c b/tp-account-widgets/tpaw-keyring.c
index d8f175ce..57f4bd5b 100644
--- a/tp-account-widgets/tpaw-keyring.c
+++ b/tp-account-widgets/tpaw-keyring.c
@@ -618,7 +618,7 @@ tpaw_keyring_set_room_password_async (TpAccount *account,
DEBUG ("Remembering password for room '%s' on account '%s'", id, account_id);
- name = g_strdup_printf (_("Password for chatroom '%s' on account %s (%s)"),
+ name = g_strdup_printf (_("Password for chatroom “%s” on account %s (%s)"),
id, tp_account_get_display_name (account), account_id);
secret_password_store (&room_keyring_schema, NULL, name, password,