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

@@ -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()