Skip to content

Commit

Permalink
Change language not found string
Browse files Browse the repository at this point in the history
  • Loading branch information
l0drex committed Dec 20, 2024
1 parent 3fcd817 commit 508b167
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion yin_yang/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ def systray_icon_clicked(reason: QSystemTrayIcon.ActivationReason):

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

# show systray icon
if QSystemTrayIcon.isSystemTrayAvailable():
Expand Down

0 comments on commit 508b167

Please sign in to comment.