From fb8361cd39e4e7bcb6e67b250ec58ad6b2ceb50f Mon Sep 17 00:00:00 2001 From: Hans-Christoph Steiner Date: Sun, 23 Dec 2012 03:00:37 +0000 Subject: two small language fixes svn path=/trunk/scripts/guiplugins/search-plugin/; revision=16748 --- search-plugin.tcl | 4 ++-- 1 file 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 -- cgit v1.2.1