Removing double warning symbol.

This commit is contained in:
Daniel Baumann 2008-11-02 12:55:04 +01:00
parent b55f1963c8
commit f070302f58
1 changed files with 2 additions and 2 deletions

View File

@ -185,9 +185,9 @@ Echo_warning ()
if [ "${_L10N}" = "false" ]
then
printf "W: ${STRING}\n"
printf " ${STRING}\n"
else
printf "W: $(eval_gettext "${STRING}")" "${@}"; echo;
printf " $(eval_gettext "${STRING}")" "${@}"; echo;
fi
}