]> git.wh0rd.org - tt-rss.git/commitdiff
quickAddFeed: remove oauth notice, mention you can paste site URL
authorAndrew Dolgov <fox@madoka.volgo-balt.ru>
Sun, 28 Oct 2012 07:50:54 +0000 (11:50 +0400)
committerAndrew Dolgov <fox@madoka.volgo-balt.ru>
Sun, 28 Oct 2012 07:50:54 +0000 (11:50 +0400)
classes/dlg.php

index d6a3a0fbeb0816c464eb8d7322a78f03b4472123..7a3f321898908f38db59eb8aba1d8a88b4002a1d 100644 (file)
@@ -247,7 +247,7 @@ class Dlg extends Handler_Protected {
                print "<input dojoType=\"dijit.form.TextBox\" style=\"display : none\" name=\"op\" value=\"rpc\">";
                print "<input dojoType=\"dijit.form.TextBox\" style=\"display : none\" name=\"method\" value=\"addfeed\">";
 
-               print "<div class=\"dlgSec\">".__("Feed")."</div>";
+               print "<div class=\"dlgSec\">".__("Feed or site URL")."</div>";
                print "<div class=\"dlgSecCont\">";
 
                print "<div style='float : right'>
@@ -256,7 +256,7 @@ class Dlg extends Handler_Protected {
                                theme_image($this->link, 'images/indicator_white.gif')."'></div>";
 
                print "<input style=\"font-size : 16px; width : 20em;\"
-                       placeHolder=\"".__("Feed URL")."\"
+                       placeHolder=\"".__("Feed or site URL")."\"
                        dojoType=\"dijit.form.ValidationTextBox\" required=\"1\" name=\"feed\" id=\"feedDlg_feedUrl\">";
 
                print "<hr/>";
@@ -291,8 +291,7 @@ class Dlg extends Handler_Protected {
                                " <input
                                        placeHolder=\"".__("Password")."\"
                                        dojoType=\"dijit.form.TextBox\" type='password'
-                                       style=\"width : 10em;\" name='pass'\">".
-                               " <p class='insensitive'>".__("OAuth will be used automatically for Twitter feeds.")."</p>
+                                       style=\"width : 10em;\" name='pass'\">
                        </div></div>";