[Plugin] Fix move to archive plugin names (#6113)

Mismatches in these names prevent this plugin from being disabled'able. https://github.com/koreader/koreader/pull/6101#issuecomment-623131390
reviewable/pr6118/r1
poire-z 4 years ago committed by GitHub
parent ce3bf473da
commit eaabc42ea9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -1,6 +1,6 @@
local _ = require("gettext")
return {
name = "move_to_archive",
name = "movetoarchive",
fullname = _("Move to archive"),
description = _([[Moves/copies current book to archive folder]]),
}

@ -14,7 +14,7 @@ local BaseUtil = require("ffi/util")
local _ = require("gettext")
local MoveToArchive = WidgetContainer:new{
name = "move2archive",
name = "movetoarchive",
}
function MoveToArchive:init()

Loading…
Cancel
Save