summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorKris De Gussem <kris.degussem@gmail.com>2011-03-08 21:51:01 +0000
committerKris <Kris.De.Gussem@hotmail.com>2011-03-08 21:51:01 +0000
commit159bf3b406fd4baba90e620595c9124bc89f3c3c (patch)
tree7844200804445a65964eaa5f2e9a4421a62d2d72 /src
parentTranslations. Ukrainian translation update by Yuri Chornoivan. (diff)
downloadinkscape-159bf3b406fd4baba90e620595c9124bc89f3c3c.tar.gz
inkscape-159bf3b406fd4baba90e620595c9124bc89f3c3c.zip
UI fix (message was not clear)
(bzr r10085)
Diffstat (limited to 'src')
-rw-r--r--src/dialogs/clonetiler.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dialogs/clonetiler.cpp b/src/dialogs/clonetiler.cpp
index c83c38a01..2a78cf5a1 100644
--- a/src/dialogs/clonetiler.cpp
+++ b/src/dialogs/clonetiler.cpp
@@ -2372,7 +2372,7 @@ clonetiler_dialog (void)
// Dissolve
{
GtkWidget *l = gtk_label_new ("");
- gtk_label_set_markup (GTK_LABEL(l), _("<b>Fade out:</b>"));
+ gtk_label_set_markup (GTK_LABEL(l), _("<b>Opacity:</b>"));
gtk_size_group_add_widget(table_row_labels, l);
clonetiler_table_attach (table, l, 1, 4, 1);
}