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.
1 parent 3fcd817 commit 508b167Copy full SHA for 508b167
yin_yang/__main__.py
@@ -114,7 +114,7 @@ def systray_icon_clicked(reason: QSystemTrayIcon.ActivationReason):
114
115
except Exception as e:
116
logger.warning(str(e))
117
- print('Error while loading translation. Using default language.')
+ print('The app has not been translated to your language yet. Using default language.')
118
119
# show systray icon
120
if QSystemTrayIcon.isSystemTrayAvailable():
0 commit comments