[Xfce4-commits] <xfce4-panel:master> Actions: Fix John Doe typo.

Nick Schermer noreply at xfce.org
Tue Dec 20 13:26:01 CET 2011


Updating branch refs/heads/master
         to 40ecc79706da0c25a26c69a65e17ef817d018b04 (commit)
       from 7cea5272c7b4276dd4bcf2c377bbfb4041aa7a06 (commit)

commit 40ecc79706da0c25a26c69a65e17ef817d018b04
Author: Nick Schermer <nick at xfce.org>
Date:   Tue Dec 20 13:21:06 2011 +0100

    Actions: Fix John Doe typo.

 plugins/actions/actions.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/plugins/actions/actions.c b/plugins/actions/actions.c
index 6b50486..3fafb3e 100644
--- a/plugins/actions/actions.c
+++ b/plugins/actions/actions.c
@@ -1024,7 +1024,7 @@ actions_plugin_pack_idle (gpointer data)
           username = g_get_user_name ();
           if (exo_str_is_empty (username)
               || strcmp (username, "somebody") == 0)
-            username = _("John Doo");
+            username = _("John Doe");
         }
 
       button = xfce_arrow_button_new (GTK_ARROW_NONE);


More information about the Xfce4-commits mailing list