You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: __src__/dank.tool.py
+6-7Lines changed: 6 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -517,7 +517,7 @@ def dank_tool_settings():
517
517
518
518
whileTrue:
519
519
520
-
cls(); print(clr(f"\n - Settings: [ {_translate('restart for changes to take effect')} ]\n\n - dank.tool run counter: {runs}\n\n - do not use: offline-src, offline-mode, dev-branch!\n\n [0] Return to menu"))
520
+
cls(); print(clr(f"\n - Settings: [ {_translate('restart for changes to take effect')} ]\n\n - dank.tool run counter: {runs}\n\n - {_translate('do not use')}: offline-src, offline-mode, dev-branch!\n\n [0] {_translate('Return to menu')}"))
0 commit comments