summaryrefslogtreecommitdiff
path: root/lib/bluetooth-settings-obexpush.c
diff options
context:
space:
mode:
authorPiotr Drąg <piotrdrag@gmail.com>2016-11-07 13:39:14 +0100
committerPiotr Drąg <piotrdrag@gmail.com>2017-08-11 17:15:29 +0200
commitfeb9e2a34a57afd435dc62d3db5909259b32548c (patch)
tree61f0174078475810709967bd722e7b8c94be37fc /lib/bluetooth-settings-obexpush.c
parentdf20a86ba1637b3989524d17e91e5cd5eaba4475 (diff)
downloadgnome-bluetooth-feb9e2a34a57afd435dc62d3db5909259b32548c.tar.gz
settings: Use Unicode in translatable strings
See https://developer.gnome.org/hig/stable/typography.html https://bugzilla.gnome.org/show_bug.cgi?id=774042
Diffstat (limited to 'lib/bluetooth-settings-obexpush.c')
-rw-r--r--lib/bluetooth-settings-obexpush.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/bluetooth-settings-obexpush.c b/lib/bluetooth-settings-obexpush.c
index e4788a4c..803dc324 100644
--- a/lib/bluetooth-settings-obexpush.c
+++ b/lib/bluetooth-settings-obexpush.c
@@ -142,7 +142,7 @@ show_notification (const char *filename)
display = g_filename_display_basename (filename);
/* Translators: %s is the name of the filename received */
- notification_text = g_strdup_printf(_("You received \"%s\" via Bluetooth"), display);
+ notification_text = g_strdup_printf(_("You received “%s” via Bluetooth"), display);
g_free (display);
notification = notify_notification_new (_("You received a file"),
notification_text,