Skip to content

Commit

Permalink
Fixed #847: Little Text on sending Individual Invitation E-Mail-Menu …
Browse files Browse the repository at this point in the history
…is not translated

git-svn-id: file:///Users/Shitiz/Downloads/lssvn/source/phpsurveyor@2790 b72ed6b6-b9f8-46b5-92b4-906544132732
  • Loading branch information
Thibault Le Meur committed Apr 24, 2007
1 parent 5d92d9f commit 120dd2f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion admin/tokens.php
Expand Up @@ -743,7 +743,7 @@
if (isset($_GET['tid']) && $_GET['tid'])
{
$tokenoutput .= "<tr><td bgcolor='silver' colspan='2'><font size='1'>"
."to TokenID No {$_GET['tid']}"
.$clang->gT("to TokenID No")." {$_GET['tid']}"
."</font></font></td></tr>";
}
$tokenoutput .= "\t<tr>\n"
Expand Down

0 comments on commit 120dd2f

Please sign in to comment.