[geany/geany-plugins] 5fd70c: GeanyMiniScript: Fixing some tralling spaces

Frank Lanitz git-noreply at xxxxx
Mon Oct 28 07:14:55 UTC 2013


Branch:      refs/heads/master
Author:      Frank Lanitz <frank at frank.uvena.de>
Committer:   Frank Lanitz <frank at frank.uvena.de>
Date:        Mon, 28 Oct 2013 07:14:55 UTC
Commit:      5fd70cd211a6c408b132340bf57d981ae11917ce
             https://github.com/geany/geany-plugins/commit/5fd70cd211a6c408b132340bf57d981ae11917ce

Log Message:
-----------
GeanyMiniScript: Fixing some tralling spaces


Modified Paths:
--------------
    geanyminiscript/src/gms_gui.c

Modified: geanyminiscript/src/gms_gui.c
10 files changed, 5 insertions(+), 5 deletions(-)
===================================================================
@@ -127,15 +127,15 @@
 
 /**< \brief It's the information message about geany mini script */
 const char *geany_info = N_("<b>GMS : Geany Mini-Script filter Plugin</b>\n"
-"This plugin is a tool to apply a script filter on :\n"
+"This plugin is a tool to apply a script filter on:\n"
 "   o the text selection,\n"
 "   o the current document,\n"
 "   o all documents of the current session.\n"
 "\n"
-"The filter type can be : \n"
-"   o Unix shell script, \n"
-"   o perl script, \n"
-"   o python script, \n"
+"The filter type can be:\n"
+"   o Unix shell script,\n"
+"   o perl script,\n"
+"   o python script,\n"
 "   o sed commands,\n"
 "   o awk script.\n"
 "\n"



--------------
This E-Mail was brought to you by github_commit_mail.py (Source: https://github.com/geany/infrastructure).


More information about the Plugins-Commits mailing list