[ABRT PATCH 1/5] applet: less misleading label for Ignore button

Jakub Filak jfilak at redhat.com
Wed Aug 14 12:43:05 UTC 2013


Relate to rhbz#953927

Signed-off-by: Jakub Filak <jfilak at redhat.com>
---
 src/applet/applet.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/applet/applet.c b/src/applet/applet.c
index 91c8256..b480012 100644
--- a/src/applet/applet.c
+++ b/src/applet/applet.c
@@ -840,7 +840,7 @@ static void notify_problem_list(GList *problems, int flags)
             && !(is_shortened_reporting_enabled() && pi->was_announced));
 
         NotifyNotification *notification = new_warn_notification(persistent_notification);
-        notify_notification_add_action(notification, "IGNORE", _("Ignore"),
+        notify_notification_add_action(notification, "IGNORE", _("Ignore forever"),
                 NOTIFY_ACTION_CALLBACK(action_ignore),
                 pi, NULL);
 
-- 
1.8.3.1



More information about the Crash-catcher mailing list