summaryrefslogtreecommitdiffstats
path: root/avahi-ui
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2010-06-28 21:20:06 +0200
committerLennart Poettering <lennart@poettering.net>2010-06-28 21:20:11 +0200
commit96689623a146901665a27d840d16c1ecc16a4179 (patch)
tree7c1671b11e41a296044314bcd2d2a945f50b4fff /avahi-ui
parentac84e2a88f37aa778a9ac7be6bbb7b44b431cd57 (diff)
avahi-ui: fix wording of the description strings of a few properties
As suggested in http://avahi.org/ticket/275
Diffstat (limited to 'avahi-ui')
-rw-r--r--avahi-ui/avahi-ui.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/avahi-ui/avahi-ui.c b/avahi-ui/avahi-ui.c
index 6f2fcbe..62ccd18 100644
--- a/avahi-ui/avahi-ui.c
+++ b/avahi-ui/avahi-ui.c
@@ -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(