From a7a6eb53ee8901f1a0f2c6b3e5130dd319b07076 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Thomas=20Gst=C3=A4dtner?= <thomas@gstaedtner.net>
Date: Wed, 14 Nov 2012 22:55:56 +0100
Subject: [PATCH 01/10] actions: fix cnp error
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

Signed-off-by: Thomas Gstädtner <thomas@gstaedtner.net>
---
 trunk/e/src/bin/e_actions.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/trunk/e/src/bin/e_actions.c b/trunk/e/src/bin/e_actions.c
index 44f26a0..b74f823 100644
--- a/trunk/e/src/bin/e_actions.c
+++ b/trunk/e/src/bin/e_actions.c
@@ -2406,7 +2406,7 @@ ACT_FN_GO(suspend, )
    suspend_dialog = e_dialog_new(e_container_current_get(e_manager_current_get()), "E", "_suspend_dialog");
    if (!suspend_dialog) return;
    e_win_delete_callback_set(suspend_dialog->win, _e_actions_cb_suspend_dialog_delete);
-   e_dialog_title_set(suspend_dialog, _("Are you sure you want to turn off?"));
+   e_dialog_title_set(suspend_dialog, _("Are you sure you want to suspend?"));
    e_dialog_text_set(suspend_dialog,
                      _("You requested to suspend your Computer.<br>"
                        "<br>"
-- 
1.8.0

