From 92be73a14b8c71be539b69a49ad11dc0bb31df65 Mon Sep 17 00:00:00 2001 From: David Hewitt Date: Fri, 17 Feb 2023 09:42:44 +0000 Subject: [PATCH 1/2] Dialogs: Improve force quit string I don't think this makes grammatical sense currently, does this improve things? --- src/Dialogs.vala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Dialogs.vala b/src/Dialogs.vala index 99ee62ebc..64c79b0a3 100644 --- a/src/Dialogs.vala +++ b/src/Dialogs.vala @@ -154,7 +154,7 @@ namespace Gala { title = _("Application is not responding"); } - body = _("You may choose to wait a short while for it to continue or force the application quit entirely."); + body = _("You may choose to wait a short while for it to continue or force the application to quit entirely."); accept_label = _("Force Quit"); deny_label = _("Wait"); From 198d234d5d3764eeff8e4b1d51970d516f43c1cc Mon Sep 17 00:00:00 2001 From: David Hewitt Date: Fri, 17 Feb 2023 20:53:20 +0000 Subject: [PATCH 2/2] Update Dialogs.vala --- src/Dialogs.vala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Dialogs.vala b/src/Dialogs.vala index 64c79b0a3..030281205 100644 --- a/src/Dialogs.vala +++ b/src/Dialogs.vala @@ -154,7 +154,7 @@ namespace Gala { title = _("Application is not responding"); } - body = _("You may choose to wait a short while for it to continue or force the application to quit entirely."); + body = _("You may choose to wait a short while for the application to continue, or force it to quit entirely."); accept_label = _("Force Quit"); deny_label = _("Wait");