1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-13 13:45:56 +00:00

utility.css tweaks; i18n in twitter.php

This commit is contained in:
Andrew Dolgov
2010-11-22 19:25:15 +03:00
parent d99ebc2279
commit 6ef0c9c342
3 changed files with 15 additions and 7 deletions

View File

@@ -86,7 +86,7 @@ function confirmOP() {
" " . SCHEMA_VERSION . __(", found: ") . $latest_version . "</p>";
} else {
print "<p>".__("Tiny Tiny RSS database is up to date.")."</p>";
print_notice(__("Tiny Tiny RSS database is up to date."));
print "<form method=\"GET\" action=\"tt-rss.php\">
<input type=\"submit\" value=\"".__("Return to Tiny Tiny RSS")."\">
</form>";