summaryrefslogtreecommitdiff
path: root/lib/bluetooth-settings-obexpush.c
diff options
context:
space:
mode:
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,