summaryrefslogtreecommitdiffstats
path: root/src/ui/dialog/tracedialog.cpp
diff options
context:
space:
mode:
authorJon A. Cruz <jon@joncruz.org>2006-06-04 08:10:07 +0000
committerjoncruz <joncruz@users.sourceforge.net>2006-06-04 08:10:07 +0000
commit16458c40c8f10206f84440741fd61f501a1358b6 (patch)
tree744f553a419c5f9ea914e0072911c2026515d156 /src/ui/dialog/tracedialog.cpp
parentupdate from Xavier Caine (diff)
downloadinkscape-16458c40c8f10206f84440741fd61f501a1358b6.tar.gz
inkscape-16458c40c8f10206f84440741fd61f501a1358b6.zip
Applied patch 1500171
(bzr r1149)
Diffstat (limited to 'src/ui/dialog/tracedialog.cpp')
-rw-r--r--src/ui/dialog/tracedialog.cpp7
1 files changed, 4 insertions, 3 deletions
diff --git a/src/ui/dialog/tracedialog.cpp b/src/ui/dialog/tracedialog.cpp
index 9f1241eed..4bfb66f3d 100644
--- a/src/ui/dialog/tracedialog.cpp
+++ b/src/ui/dialog/tracedialog.cpp
@@ -343,11 +343,12 @@ TraceDialogImpl::TraceDialogImpl()
/*#### SIOX ####*/
//# for now, put at the top of the potrace box. something better later
- sioxButton.set_label(_("SIOX subimage selection"));
+ sioxButton.set_label(_("SIOX foreground selection"));
sioxBox.pack_start(sioxButton, false, false, MARGIN);
- tips.set_tip(sioxButton, _("Subimage selection with the SIOX algorithm"));
+ tips.set_tip(sioxButton,
+ _("Cover the area you want to select as the foreground"));
sioxVBox.pack_start(sioxBox, false, false, MARGIN);
- sioxFrame.set_label(_("SIOX (W.I.P.)"));
+ sioxFrame.set_label(_("SIOX"));
sioxFrame.add(sioxVBox);
potraceBox.pack_start(sioxFrame, false, false, 0);