From 9b418158b9bf16ffbc1aa35e085209e4cdd42591 Mon Sep 17 00:00:00 2001 From: wackbyte Date: Wed, 3 Jan 2024 05:43:38 -0500 Subject: [PATCH] Fix grammar in `actions.variables.id_not_exist` (en-US) (#28680) Fixes the capitalization and grammar of the key. --- options/locale/locale_en-US.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/options/locale/locale_en-US.ini b/options/locale/locale_en-US.ini index 02a8286ee7..3c564f518e 100644 --- a/options/locale/locale_en-US.ini +++ b/options/locale/locale_en-US.ini @@ -3552,7 +3552,7 @@ variables.none = There are no variables yet. variables.deletion = Remove variable variables.deletion.description = Removing a variable is permanent and cannot be undone. Continue? variables.description = Variables will be passed to certain actions and cannot be read otherwise. -variables.id_not_exist = Variable with id %d not exists. +variables.id_not_exist = Variable with ID %d does not exist. variables.edit = Edit Variable variables.deletion.failed = Failed to remove variable. variables.deletion.success = The variable has been removed.