mirror of
https://codeberg.org/PGPainless/sop-java.git
synced 2024-11-25 16:42:07 +01:00
Remove colons from error message
This commit is contained in:
parent
162ae120c3
commit
e75dde1637
2 changed files with 2 additions and 2 deletions
|
@ -52,7 +52,7 @@ sop.error.indirect_data_type.input_file_does_not_exist=Input file '%s' does not
|
|||
sop.error.indirect_data_type.input_not_a_file=Input file '%s' is not a file.
|
||||
sop.error.indirect_data_type.output_file_already_exists=Output file '%s' already exists.
|
||||
sop.error.indirect_data_type.output_file_cannot_be_created=Output file '%s' cannot be created.
|
||||
sop.error.indirect_data_type.illegal_use_of_env_designator=Special designator '@ENV:' cannot be used for output.
|
||||
sop.error.indirect_data_type.illegal_use_of_env_designator=Special designator '@ENV' cannot be used for output.
|
||||
sop.error.indirect_data_type.designator_env_not_supported=Special designator '@ENV' is not supported.
|
||||
sop.error.indirect_data_type.designator_fd_not_supported=Special designator '@FD' is not supported.
|
||||
## Runtime Errors
|
||||
|
|
|
@ -52,7 +52,7 @@ sop.error.indirect_data_type.input_file_does_not_exist=Quelldatei '%s' existiert
|
|||
sop.error.indirect_data_type.input_not_a_file=Quelldatei '%s' ist keine Datei.
|
||||
sop.error.indirect_data_type.output_file_already_exists=Zieldatei '%s' existiert bereits.
|
||||
sop.error.indirect_data_type.output_file_cannot_be_created=Zieldatei '%s' kann nicht erstellt werden.
|
||||
sop.error.indirect_data_type.illegal_use_of_env_designator=Besonderer Bezeichner-Präfix '@ENV:' darf nicht für Ausgaben verwendet werden.
|
||||
sop.error.indirect_data_type.illegal_use_of_env_designator=Besonderer Bezeichner-Präfix '@ENV' darf nicht für Ausgaben verwendet werden.
|
||||
sop.error.indirect_data_type.designator_env_not_supported=Besonderer Bezeichner-Präfix '@ENV' wird nicht unterstützt.
|
||||
sop.error.indirect_data_type.designator_fd_not_supported=Besonderer Bezeichner-Präfix '@FD' wird nicht unterstützt.
|
||||
## Runtime Errors
|
||||
|
|
Loading…
Reference in a new issue