[totem] lirc: Use Unicode in translatable strings
- From: Piotr Drąg <piotrdrag src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [totem] lirc: Use Unicode in translatable strings
- Date: Tue, 31 Jan 2017 15:08:07 +0000 (UTC)
commit 013a87265b4c99cf5a8d1cf15d3532d6361d60b7
Author: Piotr Drąg <piotrdrag gmail com>
Date: Fri Nov 11 18:21:38 2016 +0100
lirc: Use Unicode in translatable strings
See https://developer.gnome.org/hig/stable/typography.html
https://bugzilla.gnome.org/show_bug.cgi?id=774286
src/plugins/lirc/totem-lirc.c | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/src/plugins/lirc/totem-lirc.c b/src/plugins/lirc/totem-lirc.c
index e5f9762..a547953 100644
--- a/src/plugins/lirc/totem-lirc.c
+++ b/src/plugins/lirc/totem-lirc.c
@@ -236,7 +236,7 @@ impl_activate (PeasActivatable *plugin)
//FIXME
#if 0
g_set_error_literal (error, TOTEM_PLUGIN_ERROR, TOTEM_PLUGIN_ERROR_ACTIVATION,
- _("Couldn't initialize lirc."));
+ _("Couldn’t initialize lirc."));
return FALSE;
#endif
}
@@ -248,7 +248,7 @@ impl_activate (PeasActivatable *plugin)
//FIXME
#if 0
g_set_error_literal (error, TOTEM_PLUGIN_ERROR, TOTEM_PLUGIN_ERROR_ACTIVATION,
- _("Couldn't read lirc configuration."));
+ _("Couldn’t read lirc configuration."));
#endif
close (fd);
return;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]