From: kidproto Date: Sat, 18 Aug 2007 21:34:13 +0000 (+0000) Subject: Fixed the name of Open Clip Art Library in the verbs file... X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=48d0022b86ec7e48343947cbce8590b3c4172892;p=inkscape.git Fixed the name of Open Clip Art Library in the verbs file... --- 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"),