[Xfce4-commits] <xfce4-panel:master> Drop the . in the message.

Nick Schermer noreply at xfce.org
Sat Jun 12 19:36:02 CEST 2010


Updating branch refs/heads/master
         to 3682854d3ffc23fbc19f9deda2e58a676227230b (commit)
       from f739eb1461cc1b5276c4163366cb940c25775fdc (commit)

commit 3682854d3ffc23fbc19f9deda2e58a676227230b
Author: Nick Schermer <nick at xfce.org>
Date:   Sat Jun 12 19:35:43 2010 +0200

    Drop the . in the message.

 panel/main.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/panel/main.c b/panel/main.c
index f2b8d6e..cfab9d9 100644
--- a/panel/main.c
+++ b/panel/main.c
@@ -325,7 +325,7 @@ dbus_return:
             {
               /* I18N: %s is replaced with xfce4-panel */
               g_clear_error (&error);
-              g_set_error (&error, 0, 0, _("No running instance of %s was found."), G_LOG_DOMAIN);
+              g_set_error (&error, 0, 0, _("No running instance of %s was found"), G_LOG_DOMAIN);
             }
         }
 



More information about the Xfce4-commits mailing list