summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCosimo Cecchi <cosimo@endlessm.com>2014-05-06 14:03:10 -0700
committerPhaedrus Leeds <matthew.leeds@endlessm.com>2020-08-26 14:10:47 -0700
commitd3b8e6e97c2ad3d8967f3052a8a3877ed88a62ba (patch)
tree1da11d2bfaba1847f71981c73610697a503ba656
parentae44f790c4a9d17b228432e397f52bd6ec3d0312 (diff)
downloadgnome-control-center-mwleeds/rename-input-sources.tar.gz
region: Change "Input Sources" labelmwleeds/rename-input-sources
Use "Keyboard Layout" instead. Note 2020-08-26: This change was made in Endless to make the UI more clear, so I'm proposing it upstream. - mwleeds
-rw-r--r--panels/region/cc-input-chooser.c2
-rw-r--r--panels/region/cc-input-chooser.ui2
-rw-r--r--panels/region/cc-region-panel.ui4
3 files changed, 4 insertions, 4 deletions
diff --git a/panels/region/cc-input-chooser.c b/panels/region/cc-input-chooser.c
index 74c8e0ca4..e4ffc7e6b 100644
--- a/panels/region/cc-input-chooser.c
+++ b/panels/region/cc-input-chooser.c
@@ -945,7 +945,7 @@ get_locale_infos (CcInputChooser *self)
/* Add a "Other" locale to hold the remaining input sources */
info = g_new0 (LocaleInfo, 1);
info->id = g_strdup ("");
- info->name = g_strdup (C_("Input Source", "Other"));
+ info->name = g_strdup (C_("Keyboard Layout", "Other"));
info->unaccented_name = g_strdup ("");
info->untranslated_name = g_strdup ("");
g_hash_table_replace (self->locales, g_strdup (info->id), info);
diff --git a/panels/region/cc-input-chooser.ui b/panels/region/cc-input-chooser.ui
index 8d72357e2..1f89abe8e 100644
--- a/panels/region/cc-input-chooser.ui
+++ b/panels/region/cc-input-chooser.ui
@@ -2,7 +2,7 @@
<interface>
<!-- interface-requires gtk+ 3.0 -->
<template class="CcInputChooser" parent="GtkDialog">
- <property name="title" translatable="yes">Add an Input Source</property>
+ <property name="title" translatable="yes">Add a Keyboard Layout</property>
<property name="modal">True</property>
<property name="destroy_with_parent">True</property>
<property name="resizable">True</property>
diff --git a/panels/region/cc-region-panel.ui b/panels/region/cc-region-panel.ui
index b77914267..fec8b52fd 100644
--- a/panels/region/cc-region-panel.ui
+++ b/panels/region/cc-region-panel.ui
@@ -190,7 +190,7 @@
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="halign">start</property>
- <property name="label" translatable="yes">Input Sources</property>
+ <property name="label" translatable="yes">Keyboard Layouts</property>
<attributes>
<attribute name="weight" value="bold"/>
</attributes>
@@ -332,7 +332,7 @@
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="margin_top">6</property>
- <property name="label" translatable="yes">Input Source Options</property>
+ <property name="label" translatable="yes">Keyboard Layout Options</property>
<property name="margin_bottom">6</property>
<attributes>
<attribute name="weight" value="bold"/>