Skip to content

Commit 508b167

Browse files
committed
Change language not found string
1 parent 3fcd817 commit 508b167

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
@@ -114,7 +114,7 @@ def systray_icon_clicked(reason: QSystemTrayIcon.ActivationReason):
114114

115115
except Exception as e:
116116
logger.warning(str(e))
117-
print('Error while loading translation. Using default language.')
117+
print('The app has not been translated to your language yet. Using default language.')
118118

119119
# show systray icon
120120
if QSystemTrayIcon.isSystemTrayAvailable():

0 commit comments

Comments
 (0)