diff options
Diffstat (limited to 'src/ui/dialog/livepatheffect-editor.cpp')
| -rw-r--r-- | src/ui/dialog/livepatheffect-editor.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/ui/dialog/livepatheffect-editor.cpp b/src/ui/dialog/livepatheffect-editor.cpp index b801e53c8..4a1c82652 100644 --- a/src/ui/dialog/livepatheffect-editor.cpp +++ b/src/ui/dialog/livepatheffect-editor.cpp @@ -183,7 +183,7 @@ LivePathEffectEditor::onSelectionChanged(Inkscape::Selection *sel) button_remove.set_sensitive(false);
}
} else {
- showText(_("Item is not a shape"));
+ showText(_("Item is not a shape or path"));
set_sensitize_all(false);
}
} else {
@@ -265,7 +265,7 @@ LivePathEffectEditor::onApply() }
sp_document_done(doc, SP_VERB_DIALOG_LIVE_PATH_EFFECT,
- _("Create and apply live effect"));
+ _("Create and apply path effect"));
}
}
}
@@ -279,7 +279,7 @@ LivePathEffectEditor::onRemove() if ( item && SP_IS_SHAPE(item) ) {
sp_shape_remove_path_effect(SP_SHAPE(item));
sp_document_done ( sp_desktop_document (current_desktop), SP_VERB_DIALOG_LIVE_PATH_EFFECT,
- _("Remove live path effect") );
+ _("Remove path effect") );
}
}
}
|
