[Xfce4-commits] <xfce-utils:master> Fix typo in --help.

Nick Schermer noreply at xfce.org
Tue Nov 9 18:04:01 CET 2010


Updating branch refs/heads/master
         to 4d36986deb7dd23d4a275eb969caf3894da0b7bf (commit)
       from 5ce955b6daa9c4c47948a7b470c925a94323d0dc (commit)

commit 4d36986deb7dd23d4a275eb969caf3894da0b7bf
Author: Nick Schermer <nick at xfce.org>
Date:   Tue Nov 9 18:02:50 2010 +0100

    Fix typo in --help.

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

diff --git a/xfce4-about/main.c b/xfce4-about/main.c
index 3018d29..c81cc38 100644
--- a/xfce4-about/main.c
+++ b/xfce4-about/main.c
@@ -462,7 +462,7 @@ main (gint    argc,
       g_print (_("Please report bugs to <%s>."), PACKAGE_BUGREPORT);
       g_print ("\n");
       /* I18N: date/time the translators list was updated */
-      g_print (_("Tanslators list from %s."), TRANSLATORS_H_STAMP);
+      g_print (_("Translators list from %s."), TRANSLATORS_H_STAMP);
       g_print ("\n");
 
       return EXIT_SUCCESS;



More information about the Xfce4-commits mailing list