Skip to content

Commit

Permalink
Fixed issue #1186: Phrase "by" using an Expiry-Date for a survey is n…
Browse files Browse the repository at this point in the history
…ot translated at Printable Survey

git-svn-id: file:///Users/Shitiz/Downloads/lssvn/source/stable_plus@3245 b72ed6b6-b9f8-46b5-92b4-906544132732
  • Loading branch information
c-schmitz committed Aug 23, 2007
1 parent 2a93204 commit a536e37
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion admin/printablesurvey.php
Original file line number Diff line number Diff line change
Expand Up @@ -695,7 +695,7 @@
$printablesurveyoutput .="\t\t\t\t\t\t".$clang->gT("Thank you for completing this survey.")." ".$clang->gT("Please fax your completed survey to:")." $surveyfaxto";
if ($surveyuseexpiry=="Y")
{
$printablesurveyoutput .=" by $surveyexpirydate";
$printablesurveyoutput .=$clang->gT("Please submit by")." $surveyexpirydate";
}
$printablesurveyoutput .=".\n";
$printablesurveyoutput .="\t\t\t\t\t</td>\n";
Expand Down

0 comments on commit a536e37

Please sign in to comment.