[gnome-control-center] background: Replace octal code with literal UTF-8 character
- From: Cosimo Cecchi <cosimoc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-control-center] background: Replace octal code with literal UTF-8 character
- Date: Tue, 5 Apr 2016 17:16:51 +0000 (UTC)
commit 73dcc0fb7df5392b75c527b9fa5cfc6426a96afa
Author: Roddy Shuler <roddy endlessm com>
Date: Thu Mar 19 14:11:27 2015 -0700
background: Replace octal code with literal UTF-8 character
Apparently due to a recent upgrade to gettext, the octal code was not
being processed properly in generating the .pot file.
https://bugzilla.gnome.org/show_bug.cgi?id=764318
panels/background/cc-background-item.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/panels/background/cc-background-item.c b/panels/background/cc-background-item.c
index 9d9c37c..92220f8 100644
--- a/panels/background/cc-background-item.c
+++ b/panels/background/cc-background-item.c
@@ -204,7 +204,7 @@ update_size (CcBackgroundItem *item)
} else {
/* translators: 100 × 100px
* Note that this is not an "x", but U+00D7 MULTIPLICATION SIGN */
- item->priv->size = g_strdup_printf (_("%d \303\227 %d"),
+ item->priv->size = g_strdup_printf (_("%d × %d"),
item->priv->width,
item->priv->height);
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]