From 53677e2f397549e96d89103f2431c3e34ac5cdf3 Mon Sep 17 00:00:00 2001 From: KobeW50 <84587632+KobeW50@users.noreply.github.com> Date: Sun, 15 Oct 2023 13:14:19 -0400 Subject: [PATCH] fix: typo in reset patch selection dialog (#1387) --- assets/i18n/en_US.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/assets/i18n/en_US.json b/assets/i18n/en_US.json index 9185c6d0..aa514089 100644 --- a/assets/i18n/en_US.json +++ b/assets/i18n/en_US.json @@ -254,7 +254,7 @@ "resetStoredPatchesLabel": "Reset patch selection", "resetStoredPatchesHint": "Reset the stored patch selection", "resetStoredPatchesDialogTitle": "Reset patch selection?", - "resetStoredPatchesDialogText": "The default selection of patches will be restored..", + "resetStoredPatchesDialogText": "The default selection of patches will be restored.", "resetStoredPatches": "Patch selection has been reset", "resetStoredOptionsLabel": "Reset patch options",