Files
koreader/plugins/movetoarchive.koplugin/_meta.lua
poire-z eaabc42ea9 [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
2020-05-03 22:31:02 +02:00

7 lines
175 B
Lua

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