We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 55aee12 + 508b167 commit 5bd1c72Copy full SHA for 5bd1c72
yin_yang/__main__.py
@@ -120,7 +120,7 @@ def systray_icon_clicked(reason: QSystemTrayIcon.ActivationReason):
120
121
except Exception as e:
122
logger.warning(str(e))
123
- print('Error while loading translation. Using default language.')
+ print('The app has not been translated to your language yet. Using default language.')
124
125
# show systray icon
126
if QSystemTrayIcon.isSystemTrayAvailable():
0 commit comments