summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2012-10-28 11:50:54 +0400
committerAndrew Dolgov <[email protected]>2012-10-28 11:50:54 +0400
commit17525d012750697283a3758b0fe00c0a6945947f (patch)
treeb9439a63349d6cc7c07e4ac729513b34680cfcf7
parent5d7688fe4310d15b2030693e44c242ac9e5573b5 (diff)
quickAddFeed: remove oauth notice, mention you can paste site URL
-rw-r--r--classes/dlg.php7
1 files changed, 3 insertions, 4 deletions
diff --git a/classes/dlg.php b/classes/dlg.php
index d6a3a0fbe..7a3f32189 100644
--- a/classes/dlg.php
+++ b/classes/dlg.php
@@ -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>";