Code

Fixed the name of Open Clip Art Library in the verbs file...
authorkidproto <kidproto@users.sourceforge.net>
Sat, 18 Aug 2007 21:34:13 +0000 (21:34 +0000)
committerkidproto <kidproto@users.sourceforge.net>
Sat, 18 Aug 2007 21:34:13 +0000 (21:34 +0000)
src/verbs.cpp

index f46a443ef924a1f11deb653cd6c20d89b9414e8e..ac350de3a27c41e0fbad95f659aa16cd52c4a51e 100644 (file)
@@ -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"),