From 5226a409d4dffce157f6271f07e22b5e0050a806 Mon Sep 17 00:00:00 2001 From: Flowseal Date: Sat, 19 Sep 2026 22:49:57 +0300 Subject: [PATCH] clarify dialog message --- ui/i18n/en.json | 2 +- ui/i18n/ru.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ui/i18n/en.json b/ui/i18n/en.json index 6718b43..e3aa36e 100644 --- a/ui/i18n/en.json +++ b/ui/i18n/en.json @@ -120,7 +120,7 @@ "dialog.restart_title": "Restart?", "dialog.restart_body": "Settings saved.\n\nRestart the proxy now?", - "dialog.already_running": "Application is already running.", + "dialog.already_running": "Application is already running, check the tray", "dialog.log_not_found": "Log file has not been created yet.", "dialog.ctk_missing": "customtkinter is not installed.", "dialog.copy_ok": "Link copied to clipboard, send it in Telegram and click it:\n{url}", diff --git a/ui/i18n/ru.json b/ui/i18n/ru.json index 2eb04bc..633b9fc 100644 --- a/ui/i18n/ru.json +++ b/ui/i18n/ru.json @@ -120,7 +120,7 @@ "dialog.restart_title": "Перезапустить?", "dialog.restart_body": "Настройки сохранены.\n\nПерезапустить прокси сейчас?", - "dialog.already_running": "Приложение уже запущено.", + "dialog.already_running": "Приложение уже запущено, проверьте трей.", "dialog.log_not_found": "Файл логов ещё не создан.", "dialog.ctk_missing": "customtkinter не установлен.", "dialog.copy_ok": "Ссылка скопирована в буфер обмена, отправьте её в Telegram и нажмите по ней ЛКМ:\n{url}",