diff options
| author | tyru | 2011-05-03 16:53:24 +0900 |
|---|---|---|
| committer | tyru | 2011-05-03 17:03:03 +0900 |
| commit | 6974c188200faec5160d63d3fa3684b3116892de (patch) | |
| tree | 6646a62f972a7559367e23583ed36244a7bf0740 | |
| parent | 1b4d7961dff6d7abca01ded1f395f948917940d8 (diff) | |
| download | vimperator-plugins-6974c188200faec5160d63d3fa3684b3116892de.tar.bz2 | |
fix english
| -rw-r--r-- | subscldr.js | 2 |
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(); |
