[Xfce4-commits] <xfconf:master> Remove one invalid translatable string.

Nick Schermer noreply at xfce.org
Wed May 25 22:58:01 CEST 2011


Updating branch refs/heads/master
         to d048d8eceeab9d82e5a7a39966343379428a6f0f (commit)
       from 75c9a6421315bfb50fcedc296ee080c728a5affd (commit)

commit d048d8eceeab9d82e5a7a39966343379428a6f0f
Author: Nick Schermer <nick at xfce.org>
Date:   Wed May 25 22:56:08 2011 +0200

    Remove one invalid translatable string.

 xfconf-query/main.c |    2 +-
 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);
     }
 }
 



More information about the Xfce4-commits mailing list