]> git.wh0rd.org - tt-rss.git/blobdiff - prefs.php
enable tooltips on normal mode
[tt-rss.git] / prefs.php
index 0d27a6e814c246233c9cef8192b72f883cb5ce1b..3249687532f94f31f88bf73556afa39de3307a62 100644 (file)
--- a/prefs.php
+++ b/prefs.php
@@ -23,7 +23,7 @@
        "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
 <html>
 <head>
-       <title><?php echo get_site_title() ?> : <?php echo __("Preferences") ?></title>
+       <title>Tiny Tiny RSS : <?php echo __("Preferences") ?></title>
 
        <?php echo stylesheet_tag("lib/dijit/themes/claro/claro.css"); ?>
        <?php echo stylesheet_tag("tt-rss.css"); ?>
@@ -39,7 +39,6 @@
                                "lib/dojo/dojo.js",
                                "lib/dijit/dijit.js",
                                "lib/dojo/tt-rss-layer.js",
-                               "localized_js.php",
                                "errors.php?mode=js") as $jsfile) {
 
                echo javascript_tag($jsfile);
@@ -60,6 +59,7 @@
 
                print get_minified_js(array("functions", "deprecated", "prefs"));
 
+               init_js_translations();
        ?>
        </script>