diff options
| author | Jon Phillips <jon@fabricatorz.com> | 2006-02-04 03:42:49 +0000 |
|---|---|---|
| committer | kidproto <kidproto@users.sourceforge.net> | 2006-02-04 03:42:49 +0000 |
| commit | f7532fcb0815ed8e158ea23f75915c0af89d1d29 (patch) | |
| tree | 08408904f6111f5ba35b2411ce87567baec16d5c /src/verbs.cpp | |
| parent | I whipped up some colorized icons for the time being - these are temporary un... (diff) | |
| download | inkscape-f7532fcb0815ed8e158ea23f75915c0af89d1d29.tar.gz inkscape-f7532fcb0815ed8e158ea23f75915c0af89d1d29.zip | |
Updated for build and fixed Trace Bitmap text to be Trace Bitmap...
(bzr r72)
Diffstat (limited to 'src/verbs.cpp')
| -rw-r--r-- | src/verbs.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/verbs.cpp b/src/verbs.cpp index a1a027c3f..5f7e2491d 100644 --- a/src/verbs.cpp +++ b/src/verbs.cpp @@ -1986,7 +1986,7 @@ Verb *Verb::_base_verbs[] = { new SelectionVerb(SP_VERB_SELECTION_REVERSE, "SelectionReverse", N_("_Reverse"), N_("Reverses the direction of selected paths; useful for flipping markers"), "selection_reverse"), // TRANSLATORS: "to trace" means "to convert a bitmap to vector graphics" (to vectorize) - new SelectionVerb(SP_VERB_SELECTION_TRACE, "SelectionTrace", N_("_Trace Bitmap"), + new SelectionVerb(SP_VERB_SELECTION_TRACE, "SelectionTrace", N_("_Trace Bitmap..."), N_("Convert bitmap object to paths"), "selection_trace"), new SelectionVerb(SP_VERB_SELECTION_CREATE_BITMAP, "SelectionCreateBitmap", N_("_Make a Bitmap Copy"), N_("Export selection to a bitmap and insert it into document"), "selection_bitmap" ), |
