aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHans-Christoph Steiner <eighthave@users.sourceforge.net>2013-01-01 02:06:55 +0000
committerHans-Christoph Steiner <eighthave@users.sourceforge.net>2013-01-01 02:06:55 +0000
commit675e4dc867d29602bf959b1ea6e6172de76e50c7 (patch)
treed4e6e3fbe12c688b88315dd060637e9c977f504a
parent9062f538201324a6709e9b4c6471af2f6d35822c (diff)
remove leading spaces from translatable strings
svn path=/trunk/scripts/guiplugins/search-plugin/; revision=16798
-rw-r--r--po/search-plugin.pot16
-rw-r--r--search-plugin.tcl6
2 files changed, 12 insertions, 10 deletions
diff --git a/po/search-plugin.pot b/po/search-plugin.pot
index d0f64a1..a8c9aef 100644
--- a/po/search-plugin.pot
+++ b/po/search-plugin.pot
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: search plugin 1.0\n"
"Report-Msgid-Bugs-To: http://bugs.puredata.info\n"
-"POT-Creation-Date: 2012-12-22 22:04-0500\n"
+"POT-Creation-Date: 2012-12-31 21:04-0500\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -16,13 +16,6 @@ msgstr ""
"Content-Type: text/plain; charset=CHARSET\n"
"Content-Transfer-Encoding: 8bit\n"
-#, tcl-format
-msgid " out of %s docs"
-msgstr ""
-
-msgid " reference patches for key concepts and settings in Pd"
-msgstr ""
-
msgid "Advanced search options"
msgstr ""
@@ -269,6 +262,10 @@ msgstr ""
msgid "object's behavior only makes sense inside an abstraction"
msgstr ""
+#, tcl-format
+msgid "out of %s docs"
+msgstr ""
+
msgid "output a random value, list, signal, or other random data"
msgstr ""
@@ -287,6 +284,9 @@ msgstr ""
msgid "provides access to or sends/receives data over a network"
msgstr ""
+msgid "reference patches for key concepts and settings in Pd"
+msgstr ""
+
msgid "sending data over networks with Pd"
msgstr ""
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