2
0
mirror of https://github.com/koreader/koreader synced 2024-11-18 03:25:46 +00:00

Some uppercase fixes (#2421)

This commit is contained in:
retrue 2016-12-14 20:08:57 +01:00 committed by Qingping Hou
parent ba7377065e
commit eae730d140
4 changed files with 5 additions and 5 deletions

View File

@ -67,7 +67,7 @@ function ReaderTypeset:genStyleSheetMenu()
local style_table = {}
local file_list = {
{
text = _("clear all external styles"),
text = _("Clear all external styles"),
css = ""
},
{

View File

@ -32,8 +32,8 @@ local OTAManager = {
}
local ota_channels = {
stable = _("stable"),
nightly = _("develop"),
stable = _("Stable"),
nightly = _("Development"),
}
function OTAManager:getOTAModel()

View File

@ -683,7 +683,7 @@ function Menu:updateItems(select_number)
self.page_info_last_chev:enableDisable(self.page < self.page_num)
self.page_return_arrow:enableDisable(#self.paths > 0)
else
self.page_info_text:setText(_("no choices available"))
self.page_info_text:setText(_("No choices available"))
end
UIManager:setDirty("all", function()

View File

@ -80,7 +80,7 @@ end
function CalibreCompanion:addToMainMenu(tab_item_table)
table.insert(tab_item_table.plugins, {
text = _("calibre wireless connection"),
text = _("Calibre wireless connection"),
sub_item_table = {
{
text_func = function()