summaryrefslogtreecommitdiff
path: root/db-updater.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2010-11-22 19:25:15 +0300
committerAndrew Dolgov <[email protected]>2010-11-22 19:25:15 +0300
commit6ef0c9c3426275612db693cad5d2c90df24ca714 (patch)
tree57f8f1fb0462b8024c1841455d906d2ef41cef95 /db-updater.php
parentd99ebc2279687259d74220d12ff6040fa53d1e0b (diff)
utility.css tweaks; i18n in twitter.php
Diffstat (limited to 'db-updater.php')
-rw-r--r--db-updater.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/db-updater.php b/db-updater.php
index 09c16955b..fb40fa75b 100644
--- a/db-updater.php
+++ b/db-updater.php
@@ -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>";