From 80bdc7d930e13f387fd78f38bb424b9b04267473 Mon Sep 17 00:00:00 2001 From: Robin Krahl Date: Tue, 6 Oct 2015 12:10:39 +0200 Subject: Fix typo in TranslatedStrings_de.txt and prepare v0.4.1. The typo caused errors in Adobe Lightroom 6.2 though being ignored in previous versions. - fix type in TranslatedStrings_de.txt Fix #46. --- mediawiki.lrdevplugin/Info.lua | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'mediawiki.lrdevplugin/Info.lua') diff --git a/mediawiki.lrdevplugin/Info.lua b/mediawiki.lrdevplugin/Info.lua index bdf1a0b..a3aa55b 100755 --- a/mediawiki.lrdevplugin/Info.lua +++ b/mediawiki.lrdevplugin/Info.lua @@ -16,6 +16,11 @@ return { LrInitPlugin = 'MediaWikiInit.lua', + LrLibraryMenuItems = { + title = LOC '$$$/LrMediaWiki/Menu/Mapping=Keyword/category mapping', + file = 'MediaWikiMappingMenuItem.lua', + }, + LrExportServiceProvider = { title = LOC '$$$/LrMediaWiki/MediaWiki=MediaWiki', file = 'MediaWikiExportServiceProvider.lua', @@ -28,6 +33,6 @@ return { VERSION = { major = 0, minor = 4, - revision = 0, + revision = 1, }, } -- cgit v1.2.1