]> git.mxchange.org Git - friendica.git/blobdiff - mod/admin.php
Merge pull request #932 from annando/master
[friendica.git] / mod / admin.php
index 32a4ab531c62665a28b978c82535d150b6a137a1..7ddd17ebe7d7843fe57c68cb7a77bf16dee162d2 100644 (file)
@@ -526,11 +526,12 @@ function admin_page_site(&$a) {
 
         /* OStatus conversation poll choices */
         $ostatus_poll_choices = array(
-                "-1" => t("Never"),
-                "0" => t("Frequently"),
-                "60" => t("Hourly"),
-                "720" => t("Twice daily"),
-                "1440" => t("Daily")
+               "-2" => t("Never"),
+               "-1" => t("At post arrival"),
+               "0" => t("Frequently"),
+               "60" => t("Hourly"),
+               "720" => t("Twice daily"),
+               "1440" => t("Daily")
             );
 
         /* get user names to make the install a personal install of X */