summaryrefslogtreecommitdiff
path: root/tt-rss.js
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2006-05-18 14:18:30 +0100
committerAndrew Dolgov <[email protected]>2006-05-18 14:18:30 +0100
commit1d7bf5a0f3208941c0b02db1049f02d974eb7495 (patch)
tree86a9321d14cad86f60dee2c743eced288458785b /tt-rss.js
parent0530ddd88b5314fe0f75a6c81ac317509feea6c6 (diff)
infobox uses semi-transparent overlay
Diffstat (limited to 'tt-rss.js')
-rw-r--r--tt-rss.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/tt-rss.js b/tt-rss.js
index f82bb773c..3faf59d4f 100644
--- a/tt-rss.js
+++ b/tt-rss.js
@@ -494,7 +494,7 @@ function quickMenuGo(opid) {
return;
}
- if (confirm("Unsubscribe current feed?")) {
+ if (confirm("Unsubscribe from current feed?")) {
qfdDelete(actid);
}