From 022db7b6392f51dc8eb4d9d8aafd4a47cb5167f5 Mon Sep 17 00:00:00 2001 From: Alexandre Prokoudine Date: Sun, 4 Dec 2011 01:37:18 +0400 Subject: [PATCH] Added contextual separation for a user visible message --- plug-ins/common/web-page.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plug-ins/common/web-page.c b/plug-ins/common/web-page.c index 5fe45034fa..9a64771350 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);