From c684a316e961757ebf2b6d76e088bf22175dd691 Mon Sep 17 00:00:00 2001 From: drry Date: Fri, 28 Nov 2008 06:54:10 +0000 Subject: * AMO の URL を変更しました。 * ほか。 git-svn-id: http://svn.coderepos.org/share/lang/javascript/vimperator-plugins/trunk@25220 d0d07461-0603-4401-acd4-de1884942a52 --- pathtraq.js | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'pathtraq.js') diff --git a/pathtraq.js b/pathtraq.js index 23e02f5..ca6ad90 100644 --- a/pathtraq.js +++ b/pathtraq.js @@ -1,8 +1,8 @@ /* * ==VimperatorPlugin== * @name pathtraq.js - * @description optimize the indicator of Pathtraq addon. - * @description-ja Pathtraq addon の表示をいい感じにする。 + * @description optimize the indicator of Pathtraq add-on. + * @description-ja Pathtraq アドオンの表示をいい感じにする。 * @author janus_wel * @version 0.10 * @minversion 2.0pre @@ -13,7 +13,7 @@ * New BSD License * * USAGE - * this plugin change Pathtraq indicators to non-display, + * This plugin change Pathtraq indicators to non-display, * and display the icon of Pathtraq. * you can use value 'p' in option 'pageinfo'. * it will display ratings of current page. @@ -28,10 +28,10 @@ ( function () { -// addon check +// add-on check const doc = window.document; if (!doc.getElementById('pathtraq-status')) { - liberator.log('pathtraq.js is need pathtraq addon: http://pathtraq.com/install', 0); + liberator.log('pathtraq.js is need Pathtraq add-on: http://pathtraq.com/install', 0); return; } -- cgit v1.2.3