From 40ecc79706da0c25a26c69a65e17ef817d018b04 Mon Sep 17 00:00:00 2001 From: Nick Schermer Date: Tue, 20 Dec 2011 13:21:06 +0100 Subject: [PATCH] Actions: Fix John Doe typo. --- plugins/actions/actions.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/actions/actions.c b/plugins/actions/actions.c index 6b50486b..3fafb3e8 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);