summaryrefslogtreecommitdiff
path: root/classes/dlg.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2012-09-14 02:46:50 +0400
committerAndrew Dolgov <[email protected]>2012-09-14 02:46:50 +0400
commit7ac3f735e1e5b7474e19bd55f1d25abe052b8aaa (patch)
tree90d689e336d6e7b2a021f2116c4a0d7af6d283de /classes/dlg.php
parent5712a2fe4b13cb9cd32f149ea17a70bdf0bfb086 (diff)
quickAddFeed: remove OAuth mention
Diffstat (limited to 'classes/dlg.php')
-rw-r--r--classes/dlg.php3
1 files changed, 1 insertions, 2 deletions
diff --git a/classes/dlg.php b/classes/dlg.php
index 0e5eef224..0a30dd8e3 100644
--- a/classes/dlg.php
+++ b/classes/dlg.php
@@ -925,8 +925,7 @@ class Dlg extends Handler_Protected {
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>
- </div>";
+ "</div>";
print "</td></tr><tr><td colspan='2'>";