diff options
Diffstat (limited to 'template/default/help_config.html')
-rw-r--r-- | template/default/help_config.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/template/default/help_config.html b/template/default/help_config.html index 675935b..5bc6163 100644 --- a/template/default/help_config.html +++ b/template/default/help_config.html @@ -2,7 +2,7 @@ <!-- This help is partly taken from the VDR man page, Copyright (c) by Klaus Schmidinger --> -<html> +<html id="scroller"> <head> <meta http-equiv="content-type" content="text/html;charset=<?% gettext('ISO-8859-1') %?>" /> @@ -108,7 +108,7 @@ <dt><?% gettext('Mail server:') %?></dt> <dd><?% gettext('The outgoing mail server.') %?></dd> <dt><?% gettext('SMTPAuth user:') %?></dt> - <dd><?% gettext('If you need to authenticate yourself at the outgoing mail server, you have to supply the username and the password below. Leaving this field empty will disable SMTPAuth.') %?> + <dd><?% gettext('If you need to authenticate yourself at the outgoing mail server, you have to supply the username and the password below. Leaving this field empty will disable SMTPAuth.') %?></dd> <dt><?% gettext('SMTPAuth password:') %?></dt> <dd><?% gettext('The password for the SMTPAuth user.') %?></dd> <dt><?% gettext('Tooltips:') %?></dt> |