Added contextual separation for a user visible message

This commit is contained in:
Alexandre Prokoudine
2011-12-04 01:37:18 +04:00
parent 2a55c1cc52
commit 022db7b639

View File

@ -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);