We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8b932ad commit 3ad94cbCopy full SHA for 3ad94cb
1 file changed
src/namecoin.py
@@ -162,7 +162,11 @@ def test(self):
162
163
except Exception:
164
logger.info("Namecoin connection test failure")
165
- return ('failed', "The connection to namecoin failed.")
+ return (
166
+ 'failed',
167
+ tr._translate(
168
+ "MainWindow", "The connection to namecoin failed.")
169
+ )
170
171
# Helper routine that actually performs an JSON RPC call.
172
def callRPC (self, method, params):
0 commit comments