]> git.wh0rd.org - tt-rss.git/blobdiff - js/tt-rss.js
remove xml stuff from backend/dlg
[tt-rss.git] / js / tt-rss.js
index 5f8604f94aa354f57b9b8d125a6ce7ac0a564b83..80eacbac681b1866b582817673fb9afec5446c60 100644 (file)
@@ -428,7 +428,7 @@ function init() {
                                viewfeed(-2);
                };
                hotkey_actions["goto_tagcloud"] = function() {
-                               displayDlg("printTagCloud");
+                               displayDlg(__("Tag cloud"), "printTagCloud");
                };
                hotkey_actions["goto_prefs"] = function() {
                                gotoPreferences();
@@ -581,10 +581,10 @@ function quickMenuGo(opid) {
                        gotoLogout();
                        break;
                case "qmcTagCloud":
-                       displayDlg("printTagCloud");
+                       displayDlg(__("Tag cloud"), "printTagCloud");
                        break;
                case "qmcTagSelect":
-                       displayDlg("printTagSelect");
+                       displayDlg(__("Select item(s) by tags"), "printTagSelect");
                        break;
                case "qmcSearch":
                        search();