aboutsummaryrefslogtreecommitdiffstats
path: root/multi-exec.js
diff options
context:
space:
mode:
authoranekos2009-03-04 08:46:32 +0000
committeranekos2009-03-04 08:46:32 +0000
commitb6e8cf19dcd9b08ba31f5b67187f90fe7dde55d7 (patch)
tree9078e370b2174fbe8098f923eda728bd6b181ad5 /multi-exec.js
parent1ef8410cd9a1324589218df92780fd93c80cffdd (diff)
downloadvimperator-plugins-b6e8cf19dcd9b08ba31f5b67187f90fe7dde55d7.tar.bz2
説明を変更
git-svn-id: http://svn.coderepos.org/share/lang/javascript/vimperator-plugins/trunk@30815 d0d07461-0603-4401-acd4-de1884942a52
Diffstat (limited to 'multi-exec.js')
-rw-r--r--multi-exec.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/multi-exec.js b/multi-exec.js
index c3cbba0..d10205e 100644
--- a/multi-exec.js
+++ b/multi-exec.js
@@ -36,8 +36,8 @@ THE POSSIBILITY OF SUCH DAMAGE.
let PLUGIN_INFO =
<VimperatorPlugin>
<name>Multi-execute</name>
- <description>Execute some ex-commands.</description>
- <description lang="ja">複数のexコマンドを実行します。</description>
+ <description>Add the command which execute some ex-commands.</description>
+ <description lang="ja">複数のexコマンドを実行するコマンドを追加</description>
<version>1.0.1</version>
<author mail="anekos@snca.net" homepage="http://d.hatena.ne.jp/nokturnalmortum/">anekos</author>
<license>new BSD License (Please read the source code comments of this plugin)</license>