From cc1a1ab622b084e73de2caae62ecf55907e5d8f9 Mon Sep 17 00:00:00 2001 From: cs4p <47131784+cs4p@users.noreply.github.com> Date: Wed, 7 Dec 2022 07:38:24 -0500 Subject: [PATCH] Corrected grammar for unresponsive.dialog.message (#2457) --- i18n/en.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/i18n/en.json b/i18n/en.json index e6e40545..1ccea21e 100644 --- a/i18n/en.json +++ b/i18n/en.json @@ -42,7 +42,7 @@ "main.CriticalErrorHandler.uncaughtException.button.reopen": "Reopen", "main.CriticalErrorHandler.uncaughtException.button.showDetails": "Show Details", "main.CriticalErrorHandler.uncaughtException.dialog.message": "The {appName} app quit unexpectedly. Click \"{showDetails}\" to learn more or \"{reopen}\" to open the application again.\n\nInternal error: {err}", - "main.CriticalErrorHandler.unresponsive.dialog.message": "The window is no longer responsive.\nDo you wait until the window becomes responsive again?", + "main.CriticalErrorHandler.unresponsive.dialog.message": "The window is no longer responsive.\nDo you want to wait until the window becomes responsive again?", "main.menus.app.edit": "&Edit", "main.menus.app.edit.copy": "Copy", "main.menus.app.edit.cut": "Cut",