From 82a5c17ad3c6ba4de8e986204173c8efa142454f Mon Sep 17 00:00:00 2001 From: zenobit Date: Thu, 30 Mar 2023 09:14:58 +0200 Subject: [PATCH] strings change --- dh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dh b/dh index 25a45ea..f5eb957 100755 --- a/dh +++ b/dh @@ -180,7 +180,7 @@ function install_dh() { cp quickget "$DH_CONFIG_DIR/" echo $"Copying icons..." cp icons/* "$DH_ICON_DIR/" >/dev/null 2>&1 || sudo cp icons/* "$DH_ICON_DIR/" - echo $"Copying to config dir..." + echo $"Copying desktop entries and locales..." cp -r ready "$DH_CONFIG_DIR/" cp -r supported "$DH_CONFIG_DIR/" cp -r locale "$DH_CONFIG_DIR/" @@ -279,7 +279,7 @@ function renew_supported() { else icon_file="$DH_ICON_DIR/tux.svg" fi - echo $"Creating desktop file for $vm_desktop..." + echo $"Creating $vm_desktop desktop entry..." echo "" # Check if there are editions if [ -z "$editions" ]; then