Localize some pages (#1284)

* Fix incorrect localization

* Localize some pages
This commit is contained in:
TakayukiOnodera 2017-06-02 18:37:41 +09:00 committed by simonemainardi
parent 2e6739a593
commit a8b773242e
6 changed files with 39 additions and 26 deletions

View file

@ -51,7 +51,7 @@ for k,v in pairs(versions) do
if res == nil or res[1] == nil then
totals["status"] = "error"
totals["statusText"] = "Empty query response (database down or query killed/timed out?)"
totals["statusText"] = i18n("db_explorer.empty_query_response")
goto continue
end