diff options
| author | bulia byak <buliabyak@gmail.com> | 2007-09-05 16:07:23 +0000 |
|---|---|---|
| committer | buliabyak <buliabyak@users.sourceforge.net> | 2007-09-05 16:07:23 +0000 |
| commit | 1a0466805100ffc73a71bd69d483e37243014dd7 (patch) | |
| tree | 7f90a559029c8a308c506ab6607bb0154487602a /src/ui | |
| parent | add lpes (diff) | |
| download | inkscape-1a0466805100ffc73a71bd69d483e37243014dd7.tar.gz inkscape-1a0466805100ffc73a71bd69d483e37243014dd7.zip | |
copyedit
(bzr r3680)
Diffstat (limited to 'src/ui')
| -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") );
}
}
}
|
