mirror of
https://github.com/koreader/koreader.git
synced 2025-08-10 00:52:38 +00:00
[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
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user