Skip to content
Snippets Groups Projects

Typo and Description Fixes

Merged K'van requested to merge (removed):typos-descriptions into master
8 files
+ 10
11
Compare changes
  • Side-by-side
  • Inline
Files
8
@@ -627,7 +627,7 @@ end
function _M:createProfile(loginItem)
if not loginItem.create then
self.auth_tried = nil
local d = Dialog:simpleWaiter(_t"Login in...", _t"Please wait...") core.display.forceRedraw()
local d = Dialog:simpleWaiter(_t"Logging in...", _t"Please wait...") core.display.forceRedraw()
profile:performlogin(loginItem.login, loginItem.pass)
profile:waitFirstAuth()
d:done()
Loading