diff --git a/web/html/index.php b/web/html/index.php
index 88413f21..56234260 100644
--- a/web/html/index.php
+++ b/web/html/index.php
@@ -86,6 +86,8 @@ print "
".__("Welcome to the AUR! Please read the %hAUR User Guidelines%h and
print __("Contributed PKGBUILDs must conform to the %hArch Packaging Standards%h otherwise they will be deleted!", array('', ''))."
";
print "".__("If you have feedback about the AUR, please leave it in %hFlyspray%h.", array('', ''))."
";
print __("Email discussion about the AUR takes place on the %sTUR Users List%s.", array('', ''))."
";
+print "".__("Remember to vote for your favourite packages!")."
";
+print __("The most popular packages will be provided as binary packages in [community].")."
";
#print "".__("Though we can't vouch for their contents, we provide a %hlist of user repositories%h for your convenience.", array('', ''))."
";
print "
\n";
diff --git a/web/lang/en/index_po.inc b/web/lang/en/index_po.inc
index f34a0eff..6840acf4 100644
--- a/web/lang/en/index_po.inc
+++ b/web/lang/en/index_po.inc
@@ -75,4 +75,10 @@ $_t["en"]["Packages in unsupported"] = "Packages in unsupported";
$_t["en"]["Packages in [community]"] = "Packages in [community]";
+$_t["en"]["Remember to vote for your favourite packages! The most popular packages are provided as binary packages in [community]."] = "Remember to vote for your favourite packages! The most popular packages are provided as binary packages in [community].";
+
+$_t["en"]["Remember to vote for your favourite packages!"] = "Remember to vote for your favourite packages!";
+
+$_t["en"]["The most popular packages will be provided as binary packages in [community]."] = "The most popular packages will be provided as binary packages in [community].";
+
?>
\ No newline at end of file