aboutsummaryrefslogtreecommitdiffstats
path: root/subscldr.js
diff options
context:
space:
mode:
authortyru2011-05-03 16:53:24 +0900
committertyru2011-05-03 17:03:03 +0900
commit6974c188200faec5160d63d3fa3684b3116892de (patch)
tree6646a62f972a7559367e23583ed36244a7bf0740 /subscldr.js
parent1b4d7961dff6d7abca01ded1f395f948917940d8 (diff)
downloadvimperator-plugins-6974c188200faec5160d63d3fa3684b3116892de.tar.bz2
fix english
Diffstat (limited to 'subscldr.js')
-rw-r--r--subscldr.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/subscldr.js b/subscldr.js
index 83a039c..7d8bfad 100644
--- a/subscldr.js
+++ b/subscldr.js
@@ -226,7 +226,7 @@ liberator.plugins.subscldr = (function() {
function selectFeed(links, next) {
liberator.log(links.toSource());
- liberator.echo("Following feeds were found on this site. Which are you subscribe?");
+ liberator.echo("Following feeds were found on this site. Which do you subscribe?");
commandline.input("Select or input feed URL ", function(selected) {
liberator.echo("You select " + selected + ".");
commandline.close();