[gnome-control-center/gnome-3-8] region: Improve explanation when there are no input sources



commit a5fcef6070fd4885acd2cd7a0ddd3d0758cb5f3b
Author: Rui Matos <tiagomatos gmail com>
Date:   Sun Mar 10 04:04:13 2013 +0100

    region: Improve explanation when there are no input sources
    
    https://bugzilla.gnome.org/show_bug.cgi?id=694887

 panels/region/cc-region-panel.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/panels/region/cc-region-panel.c b/panels/region/cc-region-panel.c
index 77aaf18..92e4f94 100644
--- a/panels/region/cc-region-panel.c
+++ b/panels/region/cc-region-panel.c
@@ -1379,7 +1379,7 @@ add_input_sources_from_localed (CcRegionPanel *self)
                 g_free (id);
         }
         if (n == 0) {
-                add_input_row (self, "none", "none", C_("Input source", "None"), NULL);
+                add_input_row (self, "none", "none", _("No input source selected"), NULL);
         }
 
         g_strfreev (variants);


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