Revision: 359 http://geany-plugins.svn.sourceforge.net/geany-plugins/?rev=359&view=rev Author: yurand Date: 2008-12-24 13:16:31 +0000 (Wed, 24 Dec 2008)
Log Message: ----------- External Debugger: Fix spell error
Modified Paths: -------------- trunk/externdbg/README trunk/externdbg/po/be.po trunk/externdbg/po/de.po trunk/externdbg/src/dbg.c
Modified: trunk/externdbg/README =================================================================== --- trunk/externdbg/README 2008-12-23 10:31:55 UTC (rev 358) +++ trunk/externdbg/README 2008-12-24 13:16:31 UTC (rev 359) @@ -1,15 +1,15 @@ .. |(version)| replace:: 0.1
-======== -External Debuger -================ +================= +External Debugger +=================
.. contents::
About =====
-External Debuger is plugin for Geany IDE that run external C debugger on executable. +External Debugger is plugin for Geany IDE that run external C debugger on executable.
In order to use it you need Geany >= 0.15 or svn version.
@@ -35,7 +35,7 @@ License =======
-External Debuger is distributed under the terms of the GNU General Public License +External Debugger is distributed under the terms of the GNU General Public License as published by the Free Software Foundation; either version 3 of the License, or (at your option) any later version. A copy of this license can be found in the file COPYING included with the source code of this
Modified: trunk/externdbg/po/be.po =================================================================== --- trunk/externdbg/po/be.po 2008-12-23 10:31:55 UTC (rev 358) +++ trunk/externdbg/po/be.po 2008-12-24 13:16:31 UTC (rev 359) @@ -3,7 +3,7 @@ msgstr "" "Project-Id-Version: geanydbg 0.1\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2008-12-23 11:56+0200\n" +"POT-Creation-Date: 2008-12-24 15:14+0200\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" @@ -14,7 +14,7 @@
#. All plugins must set name, description, version and author. #: ../src/dbg.c:57 -msgid "External Debuger" +msgid "External Debugger" msgstr ""
#: ../src/dbg.c:57
Modified: trunk/externdbg/po/de.po =================================================================== --- trunk/externdbg/po/de.po 2008-12-23 10:31:55 UTC (rev 358) +++ trunk/externdbg/po/de.po 2008-12-24 13:16:31 UTC (rev 359) @@ -3,7 +3,7 @@ msgstr "" "Project-Id-Version: geanydbg 0.1\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2008-12-23 11:56+0200\n" +"POT-Creation-Date: 2008-12-24 15:14+0200\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" @@ -15,7 +15,7 @@ #. All plugins must set name, description, version and author. #: ../src/dbg.c:57 #, fuzzy -msgid "External Debuger" +msgid "External Debugger" msgstr "Führe externes Debuggingwerkzeug aus"
#: ../src/dbg.c:57
Modified: trunk/externdbg/src/dbg.c =================================================================== --- trunk/externdbg/src/dbg.c 2008-12-23 10:31:55 UTC (rev 358) +++ trunk/externdbg/src/dbg.c 2008-12-24 13:16:31 UTC (rev 359) @@ -54,7 +54,7 @@ * for binary compatibility. */ PLUGIN_VERSION_CHECK(78); /* All plugins must set name, description, version and author. */ -PLUGIN_SET_INFO(_("External Debuger"), _("Run external debugger."), VERSION, +PLUGIN_SET_INFO(_("External Debugger"), _("Run external debugger."), VERSION, _("Yura Siamshka yurand2@gmail.com"));
/* Keybinding(s) */
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.