diff options
author | Rolf Ahrenberg <Rolf.Ahrenberg@sci.fi> | 2011-02-12 04:10:50 +0200 |
---|---|---|
committer | Dieter Hametner <dh (plus) vdr (at) gekrumbel (dot) de> | 2011-02-15 23:55:14 +0100 |
commit | 825141eb0e7c67848d1c89ed88c6a8f786462bff (patch) | |
tree | 312a919e94f366a2e5fda810fa3598b1d9b736f8 /pages/setup.ecpp | |
parent | afa4e929814e524291e5c44808e1f594cfccd290 (diff) | |
download | vdr-plugin-live-825141eb0e7c67848d1c89ed88c6a8f786462bff.tar.gz vdr-plugin-live-825141eb0e7c67848d1c89ed88c6a8f786462bff.tar.bz2 |
Fixed a typo in a setup option.
Diffstat (limited to 'pages/setup.ecpp')
-rw-r--r-- | pages/setup.ecpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pages/setup.ecpp b/pages/setup.ecpp index e62d821..02576ff 100644 --- a/pages/setup.ecpp +++ b/pages/setup.ecpp @@ -237,7 +237,7 @@ if (!cUser::CurrentUserHasRightTo(UR_EDITSETUP)) <td class="rightcol"><input type="text" name="lastchannel" value="<$ lastchannel $>" id="lastchannel" /></td> </tr> <tr> - <td class="label leftcol"><div class="withmargin"><$ tr("additional fixed times in 'What's on?'") $>:</div></td> + <td class="label leftcol"><div class="withmargin"><$ tr("Additional fixed times in 'What's on?'") $>:</div></td> <td class="rightcol"><input type="text" name="times" value="<$ times $>" id="times" /> <& tooltip.help text=(tr("Format is HH:MM. Separate multiple times with a semicolon")) &></td> </tr> |