summaryrefslogtreecommitdiff
path: root/tt-rss.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2006-05-18 03:48:33 +0100
committerAndrew Dolgov <[email protected]>2006-05-18 03:48:33 +0100
commit7b5c6012d12c35f900dc8f20fdc103cc14959f3a (patch)
treeea12e90acb8c81451e1737fd17acaac08c6cb65a /tt-rss.php
parent84025daba804347a86ee2cf6996620779d08fd3d (diff)
unify create filter interface
Diffstat (limited to 'tt-rss.php')
-rw-r--r--tt-rss.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/tt-rss.php b/tt-rss.php
index 4828e2a4d..ef8f6c45a 100644
--- a/tt-rss.php
+++ b/tt-rss.php
@@ -96,7 +96,7 @@ window.onload = init;
<div id="notify"><span id="notify_body">&nbsp;</span></div>
</td>
- <div id="userDlgShadow"><div id="userDlg">&nbsp;</div></div>
+ <div id="infoBoxShadow"><div id="infoBox">&nbsp;</div></div>
</tr><tr><td class="welcomePrompt">
<? if (!SINGLE_USER_MODE) { ?>
@@ -240,7 +240,7 @@ window.onload = init;
<option id="qmcShowOnlyUnread">&nbsp;&nbsp;Show only unread</option>
<option disabled>--------</option>
<option style="color : #5050aa" disabled>Other actions:</option>
- <option id="qmcAddFilter">&nbsp;&nbsp;Add filter</option>
+ <option id="qmcAddFilter">&nbsp;&nbsp;Create filter</option>
</select>
</td>
</tr>