[Xfce4-commits] <xfce4-session:master> Fix typo in error message (patch by Jari Rahkonen).

Jérôme Guelfucci noreply at xfce.org
Sun Oct 17 12:10:01 CEST 2010


Updating branch refs/heads/master
         to d8bd92cc763bd4c2503588c4e95242e173e38946 (commit)
       from 985787ccae5ccce5e54039f82cc565686a432ecf (commit)

commit d8bd92cc763bd4c2503588c4e95242e173e38946
Author: Jérôme Guelfucci <jeromeg at xfce.org>
Date:   Sun Oct 17 12:09:03 2010 +0200

    Fix typo in error message (patch by Jari Rahkonen).

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

diff --git a/panel-plugin/xfsm-logout-plugin.c b/panel-plugin/xfsm-logout-plugin.c
index 0bc70db..50add83 100644
--- a/panel-plugin/xfsm-logout-plugin.c
+++ b/panel-plugin/xfsm-logout-plugin.c
@@ -147,7 +147,7 @@ xfsm_logout_plugin_lock_screen(GtkAction *action,
     if (!g_spawn_command_line_async("xflock4", &error)) {
         xfce_dialog_show_error (NULL,
                                 error,
-                                _("Xfclock4 could not be launched"));
+                                _("Xflock4 could not be launched"));
     }
 }
 



More information about the Xfce4-commits mailing list