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



commit 4eb0a72d862dc3dcfc9a42e5d5d62553d879ce34
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]