[totem-pl-parser] Use Unicode in translatable strings
- From: Piotr Drąg <piotrdrag src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [totem-pl-parser] Use Unicode in translatable strings
- Date: Tue, 11 Oct 2016 14:10:22 +0000 (UTC)
commit 3dba1b9eba767c7be9673c8baeb89e83640f6f9b
Author: Piotr Drąg <piotrdrag gmail com>
Date: Tue Oct 11 15:53:51 2016 +0200
Use Unicode in translatable strings
See https://developer.gnome.org/hig/stable/typography.html
https://bugzilla.gnome.org/show_bug.cgi?id=772760
plparse/totem-disc.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/plparse/totem-disc.c b/plparse/totem-disc.c
index dba9f27..e3fca66 100644
--- a/plparse/totem-disc.c
+++ b/plparse/totem-disc.c
@@ -415,7 +415,7 @@ cd_cache_new (const char *dev,
found = cd_cache_get_dev_from_volumes (mon, device, &mountpoint, &volume);
if (!found) {
g_set_error (error, TOTEM_PL_PARSER_ERROR, TOTEM_PL_PARSER_ERROR_NO_DISC,
- _("No media in drive for device '%s'."),
+ _("No media in drive for device “%s”."),
device);
g_free (device);
return NULL;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]