diff --git a/mobile/functions.php b/mobile/functions.php
index a09b351a0..28463dec6 100644
--- a/mobile/functions.php
+++ b/mobile/functions.php
@@ -689,9 +689,11 @@
$feed_link = "$feed_title";
}
+ $feedlist = "".__('Back to feedlist')."";
+
print "" .
truncate_string($line["title"], 30) . "";
- print " $parsed_updated ($feed_link)";
+ print " $parsed_updated ($feed_link, $feedlist)";
print "";
if ($num_tags > 0) {