diff options
| author | nytpu <alex@nytpu.com> | 2021-05-11 18:18:22 -0600 |
|---|---|---|
| committer | nytpu <alex@nytpu.com> | 2021-05-11 18:18:22 -0600 |
| commit | 27ff58d7dcbf72da5114725b0b63ea4b7c47fc3a (patch) | |
| tree | a56a17b7c71ff2cab74c8863290a4891664594a0 /localizations_src/en-US | |
| parent | 3dcbb9bb1ea58abd6adda09176de52a447d8eee3 (diff) | |
rework no_argument to be easier to translate
Diffstat (limited to 'localizations_src/en-US')
| -rw-r--r-- | localizations_src/en-US/errors.yaml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/localizations_src/en-US/errors.yaml b/localizations_src/en-US/errors.yaml index c9d55fe..819d439 100644 --- a/localizations_src/en-US/errors.yaml +++ b/localizations_src/en-US/errors.yaml @@ -9,8 +9,7 @@ no_url_remove: Please provide a URL to remove. url_parse: 'Error parsing URL: {{.error}}' url_add: 'Error adding URL: {{.error}}' -# of the format "'<command>' doesn't take an argument!" -no_argument: doesn't take an argument! +no_argument: {{.command}} doesn't take an argument! ## core/core.go read_file_error: 'error reading ''{{.file}}'': {{.error}}' |
