[gimp/metadata-browser] Added contextual separation for a user visible message



commit 2092d704242acfa0fd2baa0a06130245a7438e12
Author: Alexandre Prokoudine <alexandre prokoudine gmail com>
Date:   Sun Dec 4 01:37:18 2011 +0400

    Added contextual separation for a user visible message

 plug-ins/common/web-page.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/plug-ins/common/web-page.c b/plug-ins/common/web-page.c
index 5fe4503..9a64771 100644
--- a/plug-ins/common/web-page.c
+++ b/plug-ins/common/web-page.c
@@ -314,7 +314,7 @@ webpage_dialog (void)
 
   combo = gimp_int_combo_box_new (_("Huge"), 16,
                                   _("Large"), 14,
-                                  _("Default"), 12,
+                                  C_("web-page", "Default"), 12,
                                   _("Small"), 10,
                                   _("Tiny"), 8,
                                   NULL);



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