From 675e4dc867d29602bf959b1ea6e6172de76e50c7 Mon Sep 17 00:00:00 2001 From: Hans-Christoph Steiner Date: Tue, 1 Jan 2013 02:06:55 +0000 Subject: remove leading spaces from translatable strings svn path=/trunk/scripts/guiplugins/search-plugin/; revision=16798 --- search-plugin.tcl | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'search-plugin.tcl') diff --git a/search-plugin.tcl b/search-plugin.tcl index 4c1020b..98ffbf2 100644 --- a/search-plugin.tcl +++ b/search-plugin.tcl @@ -535,8 +535,9 @@ proc ::dialog_helpbrowser2::results_epilog {widget} { $widget insert 1.end [lindex $count $i] "$tag navbar" incr i } + $widget insert 1.end " " "navbar" $widget insert 1.end \ - [format [_ " out of %s docs"] [llength $filelist]] "navbar" + [format [_ "out of %s docs"] [llength $filelist]] "navbar" $widget configure -state disabled .helpbrowser2.resultstext configure -state disabled } @@ -777,8 +778,9 @@ proc ::dialog_helpbrowser2::intro { t } { $t insert end [_ "All About Pd"] "link homepage_file" $t insert end [file join $::sys_libdir doc 5.reference] basedir $t insert end all_about.pd filename + $t insert end " " description $t insert end \ - [_ " reference patches for key concepts and settings in Pd"] \ + [_ "reference patches for key concepts and settings in Pd"] \ description $t insert end "\n" $t insert end [_ "Browse Advanced Topics"] homepage_title -- cgit v1.2.1