[gimp/soc-2010-cage] Bug 618143 - Clarify labels in 'Size' tab in GIMPressionist
- From: Michael Muré <mmure src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gimp/soc-2010-cage] Bug 618143 - Clarify labels in 'Size' tab in GIMPressionist
- Date: Wed, 30 Jun 2010 22:13:50 +0000 (UTC)
commit f931418561d68152f9efc4d0f304918588a55ccd
Author: SimaMoto,RyÅ?Ta <rsimamoto src gnome org>
Date: Sun May 9 09:45:40 2010 +0900
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 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/plug-ins/gimpressionist/size.c b/plug-ins/gimpressionist/size.c
index cd53e6f..42604f8 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);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]