diff --git a/Scripts/Functions/Help/Texinfo/texinfo_getEntryTitle.sh b/Scripts/Functions/Help/Texinfo/texinfo_getEntryTitle.sh index f51e6f2..3a64b65 100755 --- a/Scripts/Functions/Help/Texinfo/texinfo_getEntryTitle.sh +++ b/Scripts/Functions/Help/Texinfo/texinfo_getEntryTitle.sh @@ -46,7 +46,7 @@ function texinfo_getEntryTitle { -e 's/ /\//g' \ -e 's/\/([[:alpha:]])/\/\u\1/g') - PHRASE="`eval_gettext "The @file{$PHRASE} Directory"`" + PHRASE="@file{$PHRASE}" else