summaryrefslogtreecommitdiff
path: root/xfconf-query
diff options
context:
space:
mode:
authorNick Schermer <nick@xfce.org>2011-05-25 22:56:08 +0200
committerNick Schermer <nick@xfce.org>2011-05-25 22:56:08 +0200
commitd048d8eceeab9d82e5a7a39966343379428a6f0f (patch)
tree31419618df495d45909aa85f113e0a8566692807 /xfconf-query
parent75c9a6421315bfb50fcedc296ee080c728a5affd (diff)
downloadxfconf-d048d8eceeab9d82e5a7a39966343379428a6f0f.tar.gz
Remove one invalid translatable string.
Diffstat (limited to 'xfconf-query')
-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);
}
}