Branch: refs/heads/master
Author: Eugene Arshinov <earshinov(a)gmail.com>
Committer: Eugene Arshinov <earshinov(a)gmail.com>
Date: Sun, 05 Feb 2012 10:25:58
Commit: 5467335c297b1bc4372b0a264be3914b983cd2ac
https://github.com/geany/geany-plugins/commit/5467335c297b1bc4372b0a264be39…
Log Message:
-----------
geanyminiscript: Change plugin description to include the purpose of the plugin
Modified Paths:
--------------
geanyminiscript/src/gms.c
Modified: geanyminiscript/src/gms.c
2 files changed, 1 insertions(+), 1 deletions(-)
===================================================================
@@ -55,7 +55,7 @@
PLUGIN_VERSION_CHECK(100)
/* All plugins must set name, description, version and author. */
-PLUGIN_SET_INFO(_("geany mini-script"), _("GMS (Geany Mini-Script filter plugin)"),
+PLUGIN_SET_INFO(_("Mini Script"), _("A tool to apply a script filter on a text selection or current document(s)"),
"0.1" , _("Pascal BURLOT, a Geany user"))
static GtkWidget *gms_item = NULL ;
--------------
This E-Mail was brought to you by github_commit_mail.py (Source: TBD).