[gom] gom: Fix description of the limit property



commit d90beb17379dada224fb358287289ff694a42847
Author: Bastien Nocera <hadess hadess net>
Date:   Wed Apr 30 09:32:58 2014 +0200

    gom: Fix description of the limit property
    
    Spotted by Enrico Nicoletto <liverig gmail com>
    
    https://bugzilla.gnome.org/show_bug.cgi?id=729231

 gom/gom-command-builder.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/gom/gom-command-builder.c b/gom/gom-command-builder.c
index aea5b76..b2d0dc8 100644
--- a/gom/gom-command-builder.c
+++ b/gom/gom-command-builder.c
@@ -946,7 +946,7 @@ gom_command_builder_class_init (GomCommandBuilderClass *klass)
    gParamSpecs[PROP_LIMIT] =
       g_param_spec_uint("limit",
                         _("Limit"),
-                        _("The maximum number or results."),
+                        _("The maximum number of results."),
                         0,
                         G_MAXUINT,
                         0,


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