[gimp] app: say "Reset All Tool Options" in the confirm dialog



commit 5ab64953509136072e12454b8fda803487c15d10
Author: Michael Natterer <mitch gimp org>
Date:   Mon May 31 23:06:52 2010 +0200

    app: say "Reset All Tool Options" in the confirm dialog
    
    and not just "Reset Tool Options".

 app/actions/tool-options-commands.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/app/actions/tool-options-commands.c b/app/actions/tool-options-commands.c
index f1c38df..02ba368 100644
--- a/app/actions/tool-options-commands.c
+++ b/app/actions/tool-options-commands.c
@@ -182,7 +182,7 @@ tool_options_reset_all_cmd_callback (GtkAction *action,
   GimpEditor *editor = GIMP_EDITOR (data);
   GtkWidget  *dialog;
 
-  dialog = gimp_message_dialog_new (_("Reset Tool Options"),
+  dialog = gimp_message_dialog_new (_("Reset All Tool Options"),
                                     GIMP_STOCK_QUESTION,
                                     GTK_WIDGET (editor),
                                     GTK_DIALOG_MODAL |



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]