Remove trailing spaces from translatable strings

Signed-off-by: Ján Tomko <jtomko@redhat.com>
Reviewed-by: Peter Krempa <pkrempa@redhat.com>
This commit is contained in:
Ján Tomko
2023-03-27 13:31:45 +02:00
parent 58b7cafc28
commit c9a1f11afd
3 changed files with 3 additions and 3 deletions

View File

@@ -501,7 +501,7 @@ cmdSrvThreadpoolSet(vshControl *ctl, const vshCmd *cmd)
if (!nparams) {
vshError(ctl, "%s",
_("At least one of options --min-workers, --max-workers, "
"--priority-workers is mandatory "));
"--priority-workers is mandatory"));
goto cleanup;
}