From 66bd26b208c4041ae07a6959d00428628ce854a3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?SimaMoto=2CRy=C5=8DTa?= Date: Sun, 9 May 2010 09:45:40 +0900 Subject: [PATCH] Bug 618143 - Clarify labels in 'Size' tab in GIMPressionist The "Size" and "Sizes" labels in the GIMPressionist plugin can be more descriptive, change them to "Size variants" and "Size depends on" respectively. --- plug-ins/gimpressionist/size.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/plug-ins/gimpressionist/size.c b/plug-ins/gimpressionist/size.c index cd53e6f196..42604f8bbf 100644 --- a/plug-ins/gimpressionist/size.c +++ b/plug-ins/gimpressionist/size.c @@ -105,7 +105,7 @@ create_sizepage (GtkNotebook *notebook) sizenumadjust = gimp_scale_entry_new (GTK_TABLE (table), 0, 0, - _("Sizes:"), + _("Size variants:"), 150, -1, pcvals.size_num, 1.0, 30.0, 1.0, 1.0, 0, TRUE, 0, 0, @@ -147,7 +147,7 @@ create_sizepage (GtkNotebook *notebook) gtk_box_pack_start (GTK_BOX (box2), box3, FALSE, FALSE, 0); gtk_widget_show (box3); - tmpw = gtk_label_new (_("Size:")); + tmpw = gtk_label_new (_("Size depends on:")); gtk_box_pack_start (GTK_BOX (box3), tmpw,FALSE,FALSE,0); gtk_widget_show (tmpw);