summaryrefslogtreecommitdiffstats
path: root/avahi-ui/avahi-ui.c
diff options
context:
space:
mode:
Diffstat (limited to 'avahi-ui/avahi-ui.c')
-rw-r--r--avahi-ui/avahi-ui.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/avahi-ui/avahi-ui.c b/avahi-ui/avahi-ui.c
index 537ca5b..a54cbe9 100644
--- a/avahi-ui/avahi-ui.c
+++ b/avahi-ui/avahi-ui.c
@@ -681,7 +681,7 @@ static const gchar *get_domain_name(AuiServiceDialog *d) {
GTK_DIALOG_DESTROY_WITH_PARENT,
GTK_MESSAGE_ERROR,
GTK_BUTTONS_CLOSE,
- _("Failed to read Avahi domain : %s"),
+ _("Failed to read Avahi domain: %s"),
avahi_strerror(avahi_client_errno(d->priv->client)));
gtk_dialog_run(GTK_DIALOG(m));
gtk_widget_destroy(m);