[geany/geany-plugins] 61258b: Removing word 'plugin' from plugin-description on GeanyLaTeX, GeanyLipsum, GeanySendMail, TableConvert and UpdateChecker

Frank Lanitz git-noreply at xxxxx
Thu Jun 25 15:57:19 UTC 2015


Branch:      refs/heads/enhancement/revisit_strings
Author:      Frank Lanitz <frank at frank.uvena.de>
Committer:   Frank Lanitz <frank at frank.uvena.de>
Date:        Thu, 25 Jun 2015 15:57:19 UTC
Commit:      61258bb7cbd7288b9b374956e334e40c72f9161f
             https://github.com/geany/geany-plugins/commit/61258bb7cbd7288b9b374956e334e40c72f9161f

Log Message:
-----------
Removing word 'plugin' from plugin-description on GeanyLaTeX, GeanyLipsum, GeanySendMail, TableConvert and UpdateChecker


Modified Paths:
--------------
    geanylatex/src/geanylatex.c
    geanylipsum/src/geanylipsum.c
    geanysendmail/src/geanysendmail.c
    tableconvert/src/tableconvert.c
    updatechecker/src/updatechecker.c

Modified: geanylatex/src/geanylatex.c
4 lines changed, 2 insertions(+), 2 deletions(-)
===================================================================
@@ -1,7 +1,7 @@
 /*
  *	  geanylatex.c - Plugin to let Geany better work together with LaTeX
  *
- *	  Copyright 2007-2013 Frank Lanitz <frank(at)frank(dot)uvena(dot)de>
+ *	  Copyright 2007-2015 Frank Lanitz <frank(at)frank(dot)uvena(dot)de>
  *	  Copyright 2005-2009 Enrico Tröger <enrico(dot)troeger(at)uvena(dot)de>
  *	  Copyright 2006-2009 Nick Treleaven <nick(dot)treleaven(at)btinternet(dot)com>
  *
@@ -39,7 +39,7 @@ PLUGIN_SET_TRANSLATABLE_INFO(
 	LOCALEDIR,
 	GETTEXT_PACKAGE,
 	_("GeanyLaTeX"),
-	_("Plugin to provide better LaTeX support"),
+	_("Extend Geany's LaTeX-support"),
 	"0.7",
 	"Frank Lanitz <frank at frank.uvena.de>")
 


Modified: geanylipsum/src/geanylipsum.c
2 lines changed, 1 insertions(+), 1 deletions(-)
===================================================================
@@ -1,7 +1,7 @@
 /*
  *      geanylipsum.c
  *
- *      Copyright 2008-2013 Frank Lanitz <frank(at)frank(dot)uvena(dot)de>
+ *      Copyright 2008-2015 Frank Lanitz <frank(at)frank(dot)uvena(dot)de>
  *
  *      This program is free software; you can redistribute it and/or modify
  *      it under the terms of the GNU General Public License as published by


Modified: geanysendmail/src/geanysendmail.c
5 lines changed, 2 insertions(+), 3 deletions(-)
===================================================================
@@ -1,7 +1,7 @@
 /*
  *      geanysendmail.c
  *
- *      Copyright 2007-2011, 2013 Frank Lanitz <frank(at)frank(dot)uvena(dot)de>
+ *      Copyright 2007-2015 Frank Lanitz <frank(at)frank(dot)uvena(dot)de>
  *      Copyright 2007 Enrico Tröger <enrico(dot)troeger(at)uvena(dot)de>
  *      Copyright 2007, 2008 Nick Treleaven <nick(dot)treleaven(at)btinternet(dot)com>
  *      Copyright 2008, 2009 Timothy Boronczyk <tboronczyk(at)gmail(dot)com>
@@ -41,8 +41,7 @@ PLUGIN_SET_TRANSLATABLE_INFO(
 	LOCALEDIR,
 	GETTEXT_PACKAGE,
 	_("GeanySendMail"),
-	_("A little plugin to send the current "
-	  "file as attachment by user's favorite mailer"),
+	_("Sending current file as attachment by user's favorite mailer"),
 	VERSION,
 	"Frank Lanitz <frank at frank.uvena.de>")
 


Modified: tableconvert/src/tableconvert.c
4 lines changed, 2 insertions(+), 2 deletions(-)
===================================================================
@@ -1,7 +1,7 @@
 /*
  *	  tableconvert.c
  *
- *	  Copyright 2011-2014 Frank Lanitz <frank(at)frank(dot)uvena(dot)de>
+ *	  Copyright 2011-2015 Frank Lanitz <frank(at)frank(dot)uvena(dot)de>
  *
  *	  This program is free software; you can redistribute it and/or modify
  *	  it under the terms of the GNU General Public License as published by
@@ -29,7 +29,7 @@ PLUGIN_VERSION_CHECK(200)
 
 PLUGIN_SET_TRANSLATABLE_INFO(
     LOCALEDIR, GETTEXT_PACKAGE, _("Tableconvert"),
-    _("A little plugin to convert lists into tables"),
+    _("Convert lists into tables for different filetypes"),
     VERSION, "Frank Lanitz <frank at frank.uvena.de>")
 
 GeanyPlugin	 	*geany_plugin;


Modified: updatechecker/src/updatechecker.c
4 lines changed, 2 insertions(+), 2 deletions(-)
===================================================================
@@ -1,7 +1,7 @@
 /*
  *      updatechecker.c
  *
- *      Copyright 2011, 2014 Frank Lanitz <frank(at)frank(dot)uvena(dot)de>
+ *      Copyright 2011-2015 Frank Lanitz <frank(at)frank(dot)uvena(dot)de>
  *
  *      This program is free software; you can redistribute it and/or modify
  *      it under the terms of the GNU General Public License as published by
@@ -39,7 +39,7 @@ PLUGIN_SET_TRANSLATABLE_INFO(
     LOCALEDIR,
     GETTEXT_PACKAGE,
     _("Updatechecker"),
-    _("A plugin which is checking whether there are updates for Geany available."),
+    _("Checking whether there are updates for Geany available."),
     VERSION,
     "Frank Lanitz <frank at frank.uvena.de>")
 



--------------
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