]> git.meshlink.io Git - catta/commitdiff
avahi-ui: fix wording of the description strings of a few properties
authorLennart Poettering <lennart@poettering.net>
Mon, 28 Jun 2010 19:20:06 +0000 (21:20 +0200)
committerLennart Poettering <lennart@poettering.net>
Mon, 28 Jun 2010 19:20:11 +0000 (21:20 +0200)
As suggested in http://avahi.org/ticket/275

avahi-ui/avahi-ui.c

index 6f2fcbe5212fb34e45b0709fb53fa42da64c5741..62ccd1840d26483f39ec16b262bd462eb372f6ff 100644 (file)
@@ -227,13 +227,13 @@ static void aui_service_dialog_class_init(AuiServiceDialogClass *klass) {
     g_object_class_install_property(
             object_class,
             PROP_RESOLVE_SERVICE,
-            g_param_spec_boolean("resolve_service", _("Resolve service"), _("Resolve service"),
+            g_param_spec_boolean("resolve_service", _("Resolve Service"), _("Resolve the selected service automatically before returning"),
                                  TRUE,
                                  G_PARAM_READABLE | G_PARAM_WRITABLE));
     g_object_class_install_property(
             object_class,
             PROP_RESOLVE_HOST_NAME,
-            g_param_spec_boolean("resolve_host_name", _("Resolve service host name"), _("Resolve service host name"),
+            g_param_spec_boolean("resolve_host_name", _("Resolve Service Host Name"), _("Resolve the host name of the selected service automatically before returning"),
                                  TRUE,
                                  G_PARAM_READABLE | G_PARAM_WRITABLE));
     g_object_class_install_property(