Skip to content

Commit

Permalink
Removing word 'plugin' from plugin-description on GeanyLaTeX, GeanyLi…
Browse files Browse the repository at this point in the history
…psum, GeanySendMail, TableConvert and UpdateChecker
  • Loading branch information
frlan committed Nov 8, 2015
1 parent 4c11373 commit 0432629
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 10 deletions.
4 changes: 2 additions & 2 deletions geanylatex/src/geanylatex.c
Original file line number Diff line number Diff line change
@@ -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>
*
Expand Down Expand Up @@ -39,7 +39,7 @@ PLUGIN_SET_TRANSLATABLE_INFO(
LOCALEDIR,
GETTEXT_PACKAGE,
_("GeanyLaTeX"),
_("Plugin to provide better LaTeX support"),
_("Extends LaTeX support"),
"0.7",
"Frank Lanitz <frank@frank.uvena.de>")

Expand Down
2 changes: 1 addition & 1 deletion geanylipsum/src/geanylipsum.c
Original file line number Diff line number Diff line change
@@ -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
Expand Down
5 changes: 2 additions & 3 deletions geanysendmail/src/geanysendmail.c
Original file line number Diff line number Diff line change
@@ -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>
Expand Down Expand Up @@ -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"),
_("Sends the current file as attachment with your favorite mailer"),
VERSION,
"Frank Lanitz <frank@frank.uvena.de>")

Expand Down
4 changes: 2 additions & 2 deletions tableconvert/src/tableconvert.c
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -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@frank.uvena.de>")

GeanyPlugin *geany_plugin;
Expand Down
4 changes: 2 additions & 2 deletions updatechecker/src/updatechecker.c
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -39,7 +39,7 @@ PLUGIN_SET_TRANSLATABLE_INFO(
LOCALEDIR,
GETTEXT_PACKAGE,
_("Updatechecker"),
_("A plugin which is checking whether there are updates for Geany available."),
_("Checks whether there are updates for Geany available"),
VERSION,
"Frank Lanitz <frank@frank.uvena.de>")

Expand Down

0 comments on commit 0432629

Please sign in to comment.