summaryrefslogtreecommitdiffstats
path: root/digest.php
diff options
context:
space:
mode:
Diffstat (limited to 'digest.php')
-rw-r--r--digest.php12
1 files changed, 6 insertions, 6 deletions
diff --git a/digest.php b/digest.php
index 08d3a0f..284f61b 100644
--- a/digest.php
+++ b/digest.php
@@ -116,14 +116,14 @@ foreach($users as $uid)
// add header, footer, sent out
$name = DB_get_name('userid',$uid);
- $header = "Hello $name\n\nHere is a digest of the latest emails:\n\n";
+ $header = _("Hello")." $name\n\n"._("Here is a digest of the latest emails:")."\n\n";
- $footer = "\nHave a nice day\n".
- " your E-Doko digester\n\n".
+ $footer = "\n"._('Have a nice day')."\n".
+ " ".('your E-Doko digester')."\n\n".
"-- \n".
- "You can change your mail delivery mode in the preference menu.\n".
- 'web: http://doko.nubati.net '.
- "help, bugs, etc.: $WIKI";
+ _('You can change your mail delivery mode in the preference menu.')."\n".
+ _('web').': http://doko.nubati.net '.
+ _('help, bugs, etc.').": $WIKI";
$subject = "$EmailName Digest";