diff options
author | Rui Matos <tiagomatos@gmail.com> | 2013-03-10 04:04:13 +0100 |
---|---|---|
committer | Rui Matos <tiagomatos@gmail.com> | 2013-03-12 15:21:14 +0100 |
commit | 4eb0a72d862dc3dcfc9a42e5d5d62553d879ce34 (patch) | |
tree | e669502ee30f9eb24f2bc27e1f923433ba618c47 /panels/region | |
parent | 4b09dd843ff73c868a74e16e1fe13fd35f3f293d (diff) | |
download | gnome-control-center-4eb0a72d862dc3dcfc9a42e5d5d62553d879ce34.tar.gz |
region: Improve explanation when there are no input sources
https://bugzilla.gnome.org/show_bug.cgi?id=694887
Diffstat (limited to 'panels/region')
-rw-r--r-- | 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 77aaf18ed..92e4f940d 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); |