aboutsummaryrefslogtreecommitdiffstats
path: root/mod/notifications.php
diff options
context:
space:
mode:
authorFriendika <info@friendika.com>2011-10-09 21:34:07 -0700
committerFriendika <info@friendika.com>2011-10-09 21:34:07 -0700
commit1cfeb61ddc1cf7b059d25491eeb974186f574df8 (patch)
tree040c15327d642952e5638ac30eb784c7b0e455a9 /mod/notifications.php
parent26f2c868daba9012dc0309c922e2f6a0b8b1b1a1 (diff)
downloadvolse-hubzilla-1cfeb61ddc1cf7b059d25491eeb974186f574df8.tar.gz
volse-hubzilla-1cfeb61ddc1cf7b059d25491eeb974186f574df8.tar.bz2
volse-hubzilla-1cfeb61ddc1cf7b059d25491eeb974186f574df8.zip
more notification cleanup duepuntozero
Diffstat (limited to 'mod/notifications.php')
-rw-r--r--mod/notifications.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/mod/notifications.php b/mod/notifications.php
index e1d94526a..6d78ea024 100644
--- a/mod/notifications.php
+++ b/mod/notifications.php
@@ -248,7 +248,7 @@ function notifications_content(&$a) {
} else {
- $notif_content = 'Nothing new!';
+ $notif_content = t('Nothing new!');
}
$o .= replace_macros($notif_tpl,array(
@@ -323,7 +323,7 @@ function notifications_content(&$a) {
}
} else {
- $notif_content = 'Nothing new!';
+ $notif_content = t('Nothing new!');
}
$o .= replace_macros($notif_tpl,array(