Skip to content

Commit 9b41815

Browse files
authored
Fix grammar in actions.variables.id_not_exist (en-US) (#28680)
Fixes the capitalization and grammar of the key.
1 parent 3ba1216 commit 9b41815

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

options/locale/locale_en-US.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3552,7 +3552,7 @@ variables.none = There are no variables yet.
35523552
variables.deletion = Remove variable
35533553
variables.deletion.description = Removing a variable is permanent and cannot be undone. Continue?
35543554
variables.description = Variables will be passed to certain actions and cannot be read otherwise.
3555-
variables.id_not_exist = Variable with id %d not exists.
3555+
variables.id_not_exist = Variable with ID %d does not exist.
35563556
variables.edit = Edit Variable
35573557
variables.deletion.failed = Failed to remove variable.
35583558
variables.deletion.success = The variable has been removed.

0 commit comments

Comments
 (0)