Skip to content

Commit 5bd1c72

Browse files
committed
Merge branch 'beta' of github.com:oskarsh/Yin-Yang into beta
2 parents 55aee12 + 508b167 commit 5bd1c72

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

yin_yang/__main__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ def systray_icon_clicked(reason: QSystemTrayIcon.ActivationReason):
120120

121121
except Exception as e:
122122
logger.warning(str(e))
123-
print('Error while loading translation. Using default language.')
123+
print('The app has not been translated to your language yet. Using default language.')
124124

125125
# show systray icon
126126
if QSystemTrayIcon.isSystemTrayAvailable():

0 commit comments

Comments
 (0)