summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--xfconf-query/main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/xfconf-query/main.c b/xfconf-query/main.c
index e2eb750..e339c98 100644
--- a/xfconf-query/main.c
+++ b/xfconf-query/main.c
@@ -97,7 +97,7 @@ xfconf_query_monitor (XfconfChannel *channel, const gchar *changed_property, GVa
}
else
{
- g_print(_("%s: %s\n"), _("reset"), changed_property);
+ g_print("%s: %s\n", _("reset"), changed_property);
}
}