[gimp] Bug 690912 - Problem with "Tool Options"



commit ed4a818679d808130aa22c919fd57c072c86eb10
Author: Michael Natterer <mitch gimp org>
Date:   Mon Dec 31 14:34:06 2012 +0100

    Bug 690912 - Problem with "Tool Options"
    
    Add a translation context to the "Tool Options" string in the
    preferences dialog.

 app/dialogs/preferences-dialog.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/app/dialogs/preferences-dialog.c b/app/dialogs/preferences-dialog.c
index c599eb0..ac82c2e 100644
--- a/app/dialogs/preferences-dialog.c
+++ b/app/dialogs/preferences-dialog.c
@@ -1845,7 +1845,7 @@ prefs_dialog_new (Gimp       *gimp,
   /******************/
   vbox = prefs_notebook_append_page (gimp,
                                      GTK_NOTEBOOK (notebook),
-                                     _("Tool Options"),
+                                     C_("preferences", "Tool Options"),
                                      "tool-options",
                                      GTK_TREE_STORE (tree),
                                      NULL,



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