[gnome-control-center/T20771: 15/44] region: Change "Input Sources" label



commit c5eb2e4dd0ea978e7cb6920501ab651d2515e45c
Author: Juan A. Suarez Romero <jasuarez igalia com>
Date:   Wed Jun 11 18:10:28 2014 +0000

    region: Change "Input Sources" label
    
    Use "Keyboard Layout" instead.
    
    [endlessm/eos-shell#2290]

 panels/region/cc-input-chooser.c |    2 +-
 panels/region/input-chooser.ui   |    2 +-
 panels/region/input-options.ui   |    2 +-
 panels/region/region.ui          |    2 +-
 4 files changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/panels/region/cc-input-chooser.c b/panels/region/cc-input-chooser.c
index a5156cc..b995786 100644
--- a/panels/region/cc-input-chooser.c
+++ b/panels/region/cc-input-chooser.c
@@ -1009,7 +1009,7 @@ get_locale_infos (GtkWidget *chooser)
   /* 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 (priv->locales, info->id, info);
diff --git a/panels/region/input-chooser.ui b/panels/region/input-chooser.ui
index 41f602e..fc3f8d8 100644
--- a/panels/region/input-chooser.ui
+++ b/panels/region/input-chooser.ui
@@ -2,7 +2,7 @@
 <interface>
   <!-- interface-requires gtk+ 3.0 -->
   <object class="GtkDialog" id="input-dialog">
-    <property name="title" translatable="yes">Add an Input Source</property>
+    <property name="title" translatable="yes">Add a Keyboard Layout</property>
     <property name="resizable">False</property>
     <property name="modal">True</property>
     <property name="destroy_with_parent">True</property>
diff --git a/panels/region/input-options.ui b/panels/region/input-options.ui
index 875fa73..ca7235e 100644
--- a/panels/region/input-options.ui
+++ b/panels/region/input-options.ui
@@ -4,7 +4,7 @@
   <template class="CcInputOptions" parent="GtkDialog">
     <property name="can_focus">False</property>
     <property name="border_width">5</property>
-    <property name="title" translatable="yes">Input Source Options</property>
+    <property name="title" translatable="yes">Keyboard Layout Options</property>
     <property name="type_hint">dialog</property>
     <property name="modal">True</property>
     <child internal-child="vbox">
diff --git a/panels/region/region.ui b/panels/region/region.ui
index 9319865..0d67233 100644
--- a/panels/region/region.ui
+++ b/panels/region/region.ui
@@ -270,7 +270,7 @@
                     <property name="margin_start">2</property>
                     <property name="margin_end">2</property>
                     <property name="xalign">0</property>
-                    <property name="label" translatable="yes">Input Sources</property>
+                    <property name="label" translatable="yes">Keyboard Layouts</property>
                     <attributes>
                       <attribute name="weight" value="bold"/>
                     </attributes>


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]