From afbde282cc778876c0da690b57335c9aecc41f65 Mon Sep 17 00:00:00 2001 From: zenobit Date: Wed, 29 Mar 2023 23:10:23 +0200 Subject: [PATCH] missed string for translation --- dh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dh b/dh index 051eea8..0693b61 100755 --- a/dh +++ b/dh @@ -22,7 +22,7 @@ function some_bugs() { function show_help() { echo "DistroHopper v. $version" echo "quickemu v. $("$prefix"quickemu --version)" - echo " example for First run from terminal: ./dh i && dh s g" + echo $" example for First run from terminal: ./dh i && dh s g" echo $"Possible arguments:" echo $" h help Show this help and exit" echo "---------------------------------------------------------"