[glib: 1/2] glib-compile-schemas: Fix some minor en_GB-isms in translatable strings



commit 389b1820f21865cb4be4cfd818eb1d40b6b8fcef
Author: Philip Withnall <withnall endlessm com>
Date:   Wed Aug 14 10:38:23 2019 +0200

    glib-compile-schemas: Fix some minor en_GB-isms in translatable strings
    
    Spotted by Bruce Cowan.
    
    Signed-off-by: Philip Withnall <withnall endlessm com>
    Fixes: #1867

 gio/glib-compile-schemas.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/gio/glib-compile-schemas.c b/gio/glib-compile-schemas.c
index f22265b82..788812048 100644
--- a/gio/glib-compile-schemas.c
+++ b/gio/glib-compile-schemas.c
@@ -1991,7 +1991,7 @@ set_overrides (GHashTable  *schema_table,
                     {
                       fprintf (stderr,
                                _("Cannot provide per-desktop overrides for "
-                                 "localised key “%s” in schema “%s” (override "
+                                 "localized key “%s” in schema “%s” (override "
                                  "file “%s”); ignoring override for this key."),
                            key, group, filename);
                       fprintf (stderr, "\n");
@@ -2000,7 +2000,7 @@ set_overrides (GHashTable  *schema_table,
 
                   fprintf (stderr,
                            _("Cannot provide per-desktop overrides for "
-                             "localised key “%s” in schema “%s” (override "
+                             "localized key “%s” in schema “%s” (override "
                              "file “%s”) and --strict was specified; exiting."),
                            key, group, filename);
                   fprintf (stderr, "\n");


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