From 57ea84413c900144c21533cf3849fc0b65ad3867 Mon Sep 17 00:00:00 2001 From: Frank Lanitz Date: Thu, 25 Jun 2015 17:57:19 +0200 Subject: [PATCH] Removing word 'plugin' from plugin-description on GeanyLaTeX, GeanyLipsum, GeanySendMail, TableConvert and UpdateChecker --- geanylatex/src/geanylatex.c | 4 ++-- geanylipsum/src/geanylipsum.c | 2 +- geanysendmail/src/geanysendmail.c | 5 ++--- tableconvert/src/tableconvert.c | 4 ++-- updatechecker/src/updatechecker.c | 4 ++-- 5 files changed, 9 insertions(+), 10 deletions(-) diff --git a/geanylatex/src/geanylatex.c b/geanylatex/src/geanylatex.c index f69e40a43..223b6ede4 100644 --- a/geanylatex/src/geanylatex.c +++ b/geanylatex/src/geanylatex.c @@ -1,7 +1,7 @@ /* * geanylatex.c - Plugin to let Geany better work together with LaTeX * - * Copyright 2007-2013 Frank Lanitz + * Copyright 2007-2015 Frank Lanitz * Copyright 2005-2009 Enrico Tröger * Copyright 2006-2009 Nick Treleaven * @@ -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 ") diff --git a/geanylipsum/src/geanylipsum.c b/geanylipsum/src/geanylipsum.c index ee8df78e6..c47bbee77 100644 --- a/geanylipsum/src/geanylipsum.c +++ b/geanylipsum/src/geanylipsum.c @@ -1,7 +1,7 @@ /* * geanylipsum.c * - * Copyright 2008-2013 Frank Lanitz + * Copyright 2008-2015 Frank Lanitz * * 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 diff --git a/geanysendmail/src/geanysendmail.c b/geanysendmail/src/geanysendmail.c index 3d4adbabf..00704db01 100644 --- a/geanysendmail/src/geanysendmail.c +++ b/geanysendmail/src/geanysendmail.c @@ -1,7 +1,7 @@ /* * geanysendmail.c * - * Copyright 2007-2011, 2013 Frank Lanitz + * Copyright 2007-2015 Frank Lanitz * Copyright 2007 Enrico Tröger * Copyright 2007, 2008 Nick Treleaven * Copyright 2008, 2009 Timothy Boronczyk @@ -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 ") diff --git a/tableconvert/src/tableconvert.c b/tableconvert/src/tableconvert.c index ee6addc16..44cb22311 100644 --- a/tableconvert/src/tableconvert.c +++ b/tableconvert/src/tableconvert.c @@ -1,7 +1,7 @@ /* * tableconvert.c * - * Copyright 2011-2014 Frank Lanitz + * Copyright 2011-2015 Frank Lanitz * * 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"), + _("Converts lists into tables for different filetypes"), VERSION, "Frank Lanitz ") GeanyPlugin *geany_plugin; diff --git a/updatechecker/src/updatechecker.c b/updatechecker/src/updatechecker.c index d664efc26..783fb3c63 100644 --- a/updatechecker/src/updatechecker.c +++ b/updatechecker/src/updatechecker.c @@ -1,7 +1,7 @@ /* * updatechecker.c * - * Copyright 2011, 2014 Frank Lanitz + * Copyright 2011-2015 Frank Lanitz * * 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."), + _("Checks whether there are updates for Geany available"), VERSION, "Frank Lanitz ")