diff options
Diffstat (limited to 'notifier/subject_hatelabo_bottle.js')
-rw-r--r-- | notifier/subject_hatelabo_bottle.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/notifier/subject_hatelabo_bottle.js b/notifier/subject_hatelabo_bottle.js index 71a5a27..a21f22f 100644 --- a/notifier/subject_hatelabo_bottle.js +++ b/notifier/subject_hatelabo_bottle.js @@ -2,7 +2,7 @@ var PLUGIN_INFO = <VimperatorPlugin> <name>{NAME}</name> - <description>notifies if hatena bottle was changed.</description> + <description>hatena bottle change notice.</description> <description lang="ja">はてなボトルの変更通知。</description> <author mail="suvene@zeromemory.info" homepage="http://zeromemory.sblo.jp/">suVene</author> <version>0.1.1</version> @@ -44,7 +44,7 @@ notifier.subject.register(notifier.SubjectHttp, { var permalink = $U.getNodesFromXPath('descendant::a[@class="hatena-star-uri"]', d); if (permalink.length > 0) permalink = URL + permalink[0]; - return new notifier.Message('Hatelab bottle', $U.xmlSerialize(d), permalink) + return new notifier.Message('Hatelabo bottle', $U.xmlSerialize(d), permalink) })); } }); |