diff options
author | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2011-08-31 04:15:04 +0000 |
---|---|---|
committer | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2011-08-31 04:15:04 +0000 |
commit | 09ccf5da4871c7d9b0d61e095b7e234f4e050105 (patch) | |
tree | 6262f72051c52c97db11af8e9bc109197c7e7977 /src/electronics/components | |
parent | 77ad89e54e505ec26fea712844f1da5a52de5d68 (diff) | |
download | ktechlab-09ccf5da4871c7d9b0d61e095b7e234f4e050105.tar.gz ktechlab-09ccf5da4871c7d9b0d61e095b7e234f4e050105.zip |
Fix remaining instances of tqStatus embedded in user visible strings
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/applications/ktechlab@1250385 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'src/electronics/components')
-rw-r--r-- | src/electronics/components/parallelportcomponent.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/electronics/components/parallelportcomponent.cpp b/src/electronics/components/parallelportcomponent.cpp index 577253f..7a2ac55 100644 --- a/src/electronics/components/parallelportcomponent.cpp +++ b/src/electronics/components/parallelportcomponent.cpp @@ -51,7 +51,7 @@ ParallelPortComponent::ParallelPortComponent( ICNDocument *icnDocument, bool new "<ul>" "<li><b>D<i>[0..7]</i></b></li>" "</ul><br>" - "<b>tqStatus Pins</b><br><br>" + "<b>Status Pins</b><br><br>" "The status pins are read-only. They area:" "<ul>" "<li><b>ERR</b> - Error</li>" |