summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorJabier Arraiza Cenoz <jabier.arraiza@marker.es>2016-01-29 16:56:53 +0000
committerjabiertxof <info@marker.es>2016-01-29 16:56:53 +0000
commit895095e1a30ae78ec98d7a0e60af953c56abe02b (patch)
tree8ae34524d69247d9aa257bb091d32bdf47b631b7 /src
parentFixed a bug related to windows position on dynamic toolbat commit (diff)
downloadinkscape-895095e1a30ae78ec98d7a0e60af953c56abe02b.tar.gz
inkscape-895095e1a30ae78ec98d7a0e60af953c56abe02b.zip
Improve advertaising to Fillet-Chamfer
(bzr r14625)
Diffstat (limited to 'src')
-rw-r--r--src/live_effects/lpe-fillet-chamfer.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/live_effects/lpe-fillet-chamfer.cpp b/src/live_effects/lpe-fillet-chamfer.cpp
index afa405b59..07760b172 100644
--- a/src/live_effects/lpe-fillet-chamfer.cpp
+++ b/src/live_effects/lpe-fillet-chamfer.cpp
@@ -104,7 +104,7 @@ Gtk::Widget *LPEFilletChamfer::newWidget()
advertaising->pack_start(*advert, true, true, 2);
vbox->pack_start(*advertaising, true, true, 2);
Gtk::HBox *advertaising2 = Gtk::manage(new Gtk::HBox(true, 0));
- Gtk::Button *advert2 = Gtk::manage(new Gtk::Button(Glib::ustring(_("Not compatible. Convert works to paths."))));
+ Gtk::Button *advert2 = Gtk::manage(new Gtk::Button(Glib::ustring(_("Not compatible. Convert to path after."))));
advertaising2->pack_start(*advert2, true, true, 2);
vbox->pack_start(*advertaising2, true, true, 2);
std::vector<Parameter *>::iterator it = param_vector.begin();