[gimp] app: even in a "gradient tool" its called "Blending" not "Gradienting"
- From: Michael Natterer <mitch src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gimp] app: even in a "gradient tool" its called "Blending" not "Gradienting"
- Date: Sat, 14 Apr 2018 19:06:57 +0000 (UTC)
commit 3736bfd189c53637f04fb751ed8d02070e6289fb
Author: Michael Natterer <mitch gimp org>
Date: Sat Apr 14 21:06:13 2018 +0200
app: even in a "gradient tool" its called "Blending" not "Gradienting"
app/tools/gimpgradienttool-editor.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/app/tools/gimpgradienttool-editor.c b/app/tools/gimpgradienttool-editor.c
index 37b7c81..ab284c9 100644
--- a/app/tools/gimpgradienttool-editor.c
+++ b/app/tools/gimpgradienttool-editor.c
@@ -1530,7 +1530,7 @@ gimp_gradient_tool_editor_init_midpoint_gui (GimpGradientTool *gradient_tool)
row++;
/* the type label */
- label = gtk_label_new (_("Gradienting:"));
+ label = gtk_label_new (_("Blending:"));
gtk_label_set_xalign (GTK_LABEL (label), 0.0);
gtk_table_attach (GTK_TABLE (table), label, 0, 1, row, row + 1,
GTK_SHRINK | GTK_FILL, GTK_SHRINK, 0, 0);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]