[gnome-terminal/gnome-3-28] prefs: editor: Translate encoding names
- From: Egmont Koblinger <egmontkob src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-terminal/gnome-3-28] prefs: editor: Translate encoding names
- Date: Wed, 18 Apr 2018 20:04:15 +0000 (UTC)
commit 1828cb6d523f80c2aad69b8d452825ab9f737db0
Author: Egmont Koblinger <egmont gmail com>
Date: Wed Apr 18 22:02:05 2018 +0200
prefs: editor: Translate encoding names
https://bugzilla.gnome.org/show_bug.cgi?id=795358
(cherry picked from commit 8fe4a989c5a518e16aabf9b5ea310d3b23a37e94)
src/terminal-encoding.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/terminal-encoding.c b/src/terminal-encoding.c
index 5937ff4..77c4be1 100644
--- a/src/terminal-encoding.c
+++ b/src/terminal-encoding.c
@@ -230,7 +230,7 @@ terminal_encodings_list_store_new (int column_id,
for (guint i = 0; i < G_N_ELEMENTS (encodings); i++) {
gs_free char *name = g_strdup_printf ("%s " EM_DASH " %s",
- encodings[i].name, encodings[i].charset);
+ _(encodings[i].name), encodings[i].charset);
GtkTreeIter iter;
gtk_list_store_insert_with_values (store, &iter, -1,
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]