[dconf-editor] Improve --help text.



commit 9fe261880c95917914c5930c8bd4bd5a8be6c8cc
Author: Arnaud Bonatti <arnaud bonatti gmail com>
Date:   Mon Feb 18 11:23:02 2019 +0100

    Improve --help text.
    
    Suggestion of Claude Paroz.
    
    Closes #12.

 editor/dconf-editor.vala | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/editor/dconf-editor.vala b/editor/dconf-editor.vala
index 981071a..b9d1961 100644
--- a/editor/dconf-editor.vala
+++ b/editor/dconf-editor.vala
@@ -199,7 +199,7 @@ private class ConfigurationEditor : Gtk.Application, BaseApplication
         set_option_context_summary (_("Graphical interface for editing other applications settings.")
                                   + "\n\n"
         /* Translators: command-line text, describes how the application proceeds for editing other 
applications settings, in 'dconf-editor --help'; try to put that string in 80 characters or less, if 
possible. */
-                                  + _("Uses the gsettings API of the glib library, and other ways."));
+                                  + _("Uses the gsettings API of the glib library, among others."));
 
         /* Translators: command-line header description, see 'dconf-editor --help' */
         set_option_context_description (_("Arguments description:") +


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