diff options
| author | Jon Phillips <jon@fabricatorz.com> | 2007-08-18 21:34:13 +0000 |
|---|---|---|
| committer | kidproto <kidproto@users.sourceforge.net> | 2007-08-18 21:34:13 +0000 |
| commit | cd51391b42a07c6b6523513f98fda95418a0916a (patch) | |
| tree | 6b5c250023497c94943d45e7ed3c6b7920930ac9 /src/verbs.cpp | |
| parent | if there's no icon, create a toggle button with text label (diff) | |
| download | inkscape-cd51391b42a07c6b6523513f98fda95418a0916a.tar.gz inkscape-cd51391b42a07c6b6523513f98fda95418a0916a.zip | |
Fixed the name of Open Clip Art Library in the verbs file...
(bzr r3507)
Diffstat (limited to 'src/verbs.cpp')
| -rw-r--r-- | src/verbs.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/verbs.cpp b/src/verbs.cpp index f46a443ef..ac350de3a 100644 --- a/src/verbs.cpp +++ b/src/verbs.cpp @@ -2160,8 +2160,8 @@ Verb *Verb::_base_verbs[] = { N_("Import a bitmap or SVG image into this document"), "file_import"), new FileVerb(SP_VERB_FILE_EXPORT, "FileExport", N_("_Export Bitmap..."), N_("Export this document or a selection as a bitmap image"), "file_export"), - new FileVerb(SP_VERB_FILE_IMPORT_FROM_OCAL, "FileImportFromOCAL", N_("Import From OpenClipArt"), N_("Import a document from Open Clip Art Library"), "ocal_import"), - new FileVerb(SP_VERB_FILE_EXPORT_TO_OCAL, "FileExportToOCAL", N_("Export To OpenClipArt"), N_("Export this document to Open Clip Art Library"), "ocal_export"), + new FileVerb(SP_VERB_FILE_IMPORT_FROM_OCAL, "FileImportFromOCAL", N_("Import From Open Clip Art Library"), N_("Import a document from Open Clip Art Library"), "ocal_import"), + new FileVerb(SP_VERB_FILE_EXPORT_TO_OCAL, "FileExportToOCAL", N_("Export To Open Clip Art Library"), N_("Export this document to Open Clip Art Library"), "ocal_export"), new FileVerb(SP_VERB_FILE_NEXT_DESKTOP, "NextWindow", N_("N_ext Window"), N_("Switch to the next document window"), "window_next"), new FileVerb(SP_VERB_FILE_PREV_DESKTOP, "PrevWindow", N_("P_revious Window"), |
