aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHans-Christoph Steiner <eighthave@users.sourceforge.net>2012-12-23 03:00:37 +0000
committerHans-Christoph Steiner <eighthave@users.sourceforge.net>2012-12-23 03:00:37 +0000
commitfb8361cd39e4e7bcb6e67b250ec58ad6b2ceb50f (patch)
tree3bf3514315b0366ef4b4c7b01b249582d830dc94
parent35948ae181b2c3782faad7be7726700fa69f9a37 (diff)
two small language fixes
svn path=/trunk/scripts/guiplugins/search-plugin/; revision=16748
-rw-r--r--search-plugin.tcl4
1 files changed, 2 insertions, 2 deletions
diff --git a/search-plugin.tcl b/search-plugin.tcl
index 3dddfc9..89cd4da 100644
--- a/search-plugin.tcl
+++ b/search-plugin.tcl
@@ -817,7 +817,7 @@ proc ::dialog_helpbrowser2::intro { t } {
[list "analysis" \
[_ "perform some sort of analysis on the incoming signal or value"]] \
[list "anything_op" \
- [_ "store or manipulate an anything"]] \
+ [_ "store or manipulate any type of data"]] \
[list "array" \
[_ "create or manipulate an array"]] \
[list "bandlimited" \
@@ -872,7 +872,7 @@ proc ::dialog_helpbrowser2::intro { t } {
[list "time" \
[_ "measure and/or manipulate time"]] \
[list "trigonometry" \
- [_ "provide trogonometric functionality"]] \
+ [_ "provide trigonometric functionality"]] \
]
set i 0