Skip to content

Commit bee2353

Browse files
committed
Fixed mis-named key in plugin_strings.
1 parent b4bbb8c commit bee2353

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

resource/source-python/translations/_core/plugin_strings.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ nl = "Het 'sp' commando moet opgevolgd worden door een sub-commando."
5050
en = "Invalid arguments for sub-command '$subcommand': $command $subcommand "
5151
de = "Ungültige Argumente für den Unterbefehl '$subcommand': $command $subcommand "
5252
fr = "Les arguments fournis pour la sous-commande '$subcommand' ne sont pas valides: $command $subcommand"
53-
en = "Ongeldige argumenten voor sub-commando '$subcommand': $command $subcommand "
53+
nl = "Ongeldige argumenten voor sub-commando '$subcommand': $command $subcommand "
5454

5555
[Help]
5656
en = "Help:\nusage: "

0 commit comments

Comments
 (0)