aboutsummaryrefslogtreecommitdiffstats
path: root/e-util/e-rule-context.c
diff options
context:
space:
mode:
Diffstat (limited to 'e-util/e-rule-context.c')
-rw-r--r--e-util/e-rule-context.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/e-util/e-rule-context.c b/e-util/e-rule-context.c
index ac999ee4f5..668bea2875 100644
--- a/e-util/e-rule-context.c
+++ b/e-util/e-rule-context.c
@@ -812,8 +812,8 @@ e_rule_context_add_rule_gui (ERuleContext *context,
dialog =(GtkDialog *) gtk_dialog_new ();
gtk_dialog_add_buttons (
dialog,
- GTK_STOCK_CANCEL, GTK_RESPONSE_CANCEL,
- GTK_STOCK_OK, GTK_RESPONSE_OK,
+ _("_Cancel"), GTK_RESPONSE_CANCEL,
+ _("_OK"), GTK_RESPONSE_OK,
NULL);
gtk_window_set_title ((GtkWindow *) dialog, title);