mirror of
https://github.com/koreader/koreader.git
synced 2025-08-10 00:52:38 +00:00
[Minor] make "Keep this directory" translatable (#4090)
This commit is contained in:
@@ -183,7 +183,7 @@ function ReaderWikipedia:addToMainMenu(menu_items)
|
||||
buttons = {
|
||||
{
|
||||
{
|
||||
text = "Keep this directory",
|
||||
text = _("Keep this directory"),
|
||||
callback = function()
|
||||
UIManager:close(dialog)
|
||||
end,
|
||||
|
||||
Reference in New Issue
Block a user