Skip to content

Commit

Permalink
Updated translation: German
Browse files Browse the repository at this point in the history
Dev Minor translation fixes

git-svn-id: file:///Users/Shitiz/Downloads/lssvn/source/limesurvey@10536 b72ed6b6-b9f8-46b5-92b4-906544132732
  • Loading branch information
c-schmitz committed Jul 18, 2011
1 parent aa7539e commit a005b1b
Show file tree
Hide file tree
Showing 5 changed files with 2,567 additions and 2,532 deletions.
2 changes: 1 addition & 1 deletion admin/dataentry.php
Original file line number Diff line number Diff line change
Expand Up @@ -389,7 +389,7 @@
$message.="\n\n".$thissurvey['name']."\n\n";
$message.=$clang->gT("Name").": ".$saver['identifier']."\n";
$message.=$clang->gT("Password").": ".$saver['password']."\n\n";
$message.=$clang->gT("Reload your survey by clicking on the following link (or pasting it into your browser):").":\n";
$message.=$clang->gT("Reload your survey by clicking on the following link (or pasting it into your browser):")."\n";
$message.=$publicurl."/index.php?sid=$surveyid&loadall=reload&scid=".$scid."&lang=".urlencode($saver['language'])."&loadname=".urlencode($saver['identifier'])."&loadpass=".urlencode($saver['password']);
if (isset($tokendata['token'])) {$message.="&token=".$tokendata['token'];}
$from = $thissurvey['adminemail'];
Expand Down

0 comments on commit a005b1b

Please sign in to comment.