[gnome-control-center/mwleeds/rename-input-sources] region: Change "Input Sources" label
- From: Phaedrus Leeds <mwleeds src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-control-center/mwleeds/rename-input-sources] region: Change "Input Sources" label
- Date: Wed, 26 Aug 2020 21:12:58 +0000 (UTC)
commit d3b8e6e97c2ad3d8967f3052a8a3877ed88a62ba
Author: Cosimo Cecchi <cosimo endlessm com>
Date: Tue May 6 14:03:10 2014 -0700
region: Change "Input Sources" label
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
panels/region/cc-input-chooser.c | 2 +-
panels/region/cc-input-chooser.ui | 2 +-
panels/region/cc-region-panel.ui | 4 ++--
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"/>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]