[glib] glib-compile-schemas: Pedantic string fixes



commit ec3653be00725556625072e39e032e8b9e7c7e34
Author: Matthias Clasen <mclasen redhat com>
Date:   Sat Sep 10 10:36:00 2011 -0400

    glib-compile-schemas: Pedantic string fixes
    
    Replace 'can not' by 'cannot' in several places. String change!
    
    https://bugzilla.gnome.org/show_bug.cgi?id=658207

 gio/glib-compile-schemas.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/gio/glib-compile-schemas.c b/gio/glib-compile-schemas.c
index 72bc7ca..038a51c 100644
--- a/gio/glib-compile-schemas.c
+++ b/gio/glib-compile-schemas.c
@@ -463,7 +463,7 @@ key_state_start_choices (KeyState  *state,
     {
       g_set_error_literal (error, G_MARKUP_ERROR,
                            G_MARKUP_ERROR_INVALID_CONTENT,
-                           "<choices> can not be specified for keys "
+                           "<choices> cannot be specified for keys "
                            "tagged as having an enumerated type");
       return;
     }
@@ -881,7 +881,7 @@ schema_state_add_key (SchemaState  *state,
     {
       g_set_error_literal (error, G_MARKUP_ERROR,
                            G_MARKUP_ERROR_INVALID_CONTENT,
-                           _("can not add keys to a 'list-of' schema"));
+                           _("cannot add keys to a 'list-of' schema"));
       return NULL;
     }
 



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