summaryrefslogtreecommitdiffstats
path: root/src/tools/pic30/pic30.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/tools/pic30/pic30.cpp')
-rw-r--r--src/tools/pic30/pic30.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tools/pic30/pic30.cpp b/src/tools/pic30/pic30.cpp
index 3822cd1..7fca15d 100644
--- a/src/tools/pic30/pic30.cpp
+++ b/src/tools/pic30/pic30.cpp
@@ -60,7 +60,7 @@ bool PIC30::Base::checkExecutableResult(bool, TQStringList &lines) const
//----------------------------------------------------------------------------
TQString PIC30::Group::informationText() const
{
- return i18n("The <a href=\"%1\">PIC30 ToolChain</a> is a toolsuite for 16-bit PICs available from Microchip. Most of it is available under the GNU Public License.").arg("http://microchip.com/stellent/idcplg?IdcService=SS_GET_PAGE&nodeId=1406&dDocName=en010065&part=SW006012");
+ return i18n("The <a href=\"%1\">PIC30 ToolChain</a> is a toolsuite for 16-bit PICs available from Microchip. Most of it is available under the GNU Public License.").tqarg("http://microchip.com/stellent/idcplg?IdcService=SS_GET_PAGE&nodeId=1406&dDocName=en010065&part=SW006012");
}
Tool::Group::BaseData PIC30::Group::baseFactory(Tool::Category category) const