Translate namecoin failure message
This commit is contained in:
parent
8b932ade2d
commit
3ad94cb4aa
|
@ -162,7 +162,11 @@ class namecoinConnection (object):
|
||||||
|
|
||||||
except Exception:
|
except Exception:
|
||||||
logger.info("Namecoin connection test failure")
|
logger.info("Namecoin connection test failure")
|
||||||
return ('failed', "The connection to namecoin failed.")
|
return (
|
||||||
|
'failed',
|
||||||
|
tr._translate(
|
||||||
|
"MainWindow", "The connection to namecoin failed.")
|
||||||
|
)
|
||||||
|
|
||||||
# Helper routine that actually performs an JSON RPC call.
|
# Helper routine that actually performs an JSON RPC call.
|
||||||
def callRPC (self, method, params):
|
def callRPC (self, method, params):
|
||||||
|
|
Loading…
Reference in New Issue
Block a user