summaryrefslogtreecommitdiffstats
path: root/src/ui
diff options
context:
space:
mode:
authorJon A. Cruz <jon@joncruz.org>2006-06-06 04:37:22 +0000
committerjoncruz <joncruz@users.sourceforge.net>2006-06-06 04:37:22 +0000
commit187de97ae4f5eab845113c9a8202e806a0b53c93 (patch)
treebb362be9aa02ec69939a6c0ff0d5c8b621a5726d /src/ui
parentApplied patch #1501134 (diff)
downloadinkscape-187de97ae4f5eab845113c9a8202e806a0b53c93.tar.gz
inkscape-187de97ae4f5eab845113c9a8202e806a0b53c93.zip
Applied patch #1501375
(bzr r1164)
Diffstat (limited to 'src/ui')
-rw-r--r--src/ui/dialog/tracedialog.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ui/dialog/tracedialog.cpp b/src/ui/dialog/tracedialog.cpp
index 4bfb66f3d..b79d0f0e6 100644
--- a/src/ui/dialog/tracedialog.cpp
+++ b/src/ui/dialog/tracedialog.cpp
@@ -343,7 +343,7 @@ TraceDialogImpl::TraceDialogImpl()
/*#### SIOX ####*/
//# for now, put at the top of the potrace box. something better later
- sioxButton.set_label(_("SIOX foreground selection"));
+ sioxButton.set_label(_("SIOX foreground selection (experimental)"));
sioxBox.pack_start(sioxButton, false, false, MARGIN);
tips.set_tip(sioxButton,
_("Cover the area you want to select as the foreground"));