summaryrefslogtreecommitdiff
path: root/pages
diff options
context:
space:
mode:
authorRolf Ahrenberg <Rolf.Ahrenberg@sci.fi>2011-02-20 12:48:23 +0200
committerDieter Hametner <dh (plus) vdr (at) gekrumbel (dot) de>2011-02-20 21:06:40 +0100
commit4343f8403a3e30718bf7efdd725201399501a212 (patch)
tree88624f97667a7ac5a746ee91a97cee41c573eba8 /pages
parentcc286c602ffbaed4f8e6d92e50138600c142b69f (diff)
downloadvdr-plugin-live-4343f8403a3e30718bf7efdd725201399501a212.tar.gz
vdr-plugin-live-4343f8403a3e30718bf7efdd725201399501a212.tar.bz2
Updated Finnish translations.
Diffstat (limited to 'pages')
-rw-r--r--pages/recordings.ecpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/pages/recordings.ecpp b/pages/recordings.ecpp
index 88678c1..46f3c2a 100644
--- a/pages/recordings.ecpp
+++ b/pages/recordings.ecpp
@@ -223,8 +223,7 @@ for (recIter = recItems.begin(); recIter != recItems.end(); ++recIter) {
<span class="sep">|</span>
<a href="recordings.html?sort=date&filter=<? currentFilter != "" ? currentFilter ?>" alt="" /><$ tr("Sort by date") $></a>
<span class="sep">|</span>
-<$ tr("Filter:") $>&nbsp;
-<input type="text" name="filter" value="<$ currentFilter $>" id="filter" onchange="filterRecordings(this)" />&nbsp;<& tooltip.help text=(tr("Look in recordings titles and subtitles for the given string and display only the matching ones. You may also use perl compatible regular expressions (PCRE).")) &>
+<span class="label"><$ tr("Filter") $>:&nbsp;<input type="text" name="filter" value="<$ currentFilter $>" id="filter" onchange="filterRecordings(this)" />&nbsp;<& tooltip.help text=(tr("Look in recordings titles and subtitles for the given string and display only the matching ones. You may also use perl compatible regular expressions (PCRE).")) &></span>
<%cpp> } </%cpp>
</%def>