diff options
author | Andreas Mair <amair.sob@googlemail.com> | 2006-04-28 12:16:04 +0200 |
---|---|---|
committer | Andreas Mair <amair.sob@googlemail.com> | 2006-04-28 12:16:04 +0200 |
commit | 74606cfffbf79083902d79a330c00d46c12482e6 (patch) | |
tree | 963e2caf2609726f66e679961d0354395d4ec782 /template/default/help_config.html | |
parent | 136ed36ec93e38a84f88dbcb40ee7e17cdffa003 (diff) | |
download | vdradmin-am-74606cfffbf79083902d79a330c00d46c12482e6.tar.gz vdradmin-am-74606cfffbf79083902d79a330c00d46c12482e6.tar.bz2 |
2006-04-28: 3.4.5rcv3.4.5rc
- Changed: request full "from" email address for sending emails instead of domain only (Requested by siryoda).
- Changed: no red background for inactive timers in prog_timeline (Requested by Zimbo).
- Changed: result of a search is ordered by the event's start time instead of channel id (Suggested by scorp).
- Fixed: crashes when sending emails (Thanks to Ville Skyttä for hints and siryoda for testing).
- Fixed: error page sets charset correct.
- Added: russian translation (Thanks to Oleg Roitburd and Allrussian-forum translation team)
- Fixed: lots of perl warnings.
- Updated: localization, French is again up-to-date (Thanks to Trois Six).
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 b58e31f..4034b2c 100644 --- a/template/default/help_config.html +++ b/template/default/help_config.html @@ -74,7 +74,7 @@ <dt><%! Password: !%></dt> <dd><%! The main user's password. !%></dd> <dt><%! Guest Account: !%></dt> - <dd><%! If you want an user account having only limited privileges, this is for you. The guest user cannot modify anything, it's only allowed to view the EPG, timers, AutoTimers and recordings listings. !%></dd> + <dd><%! If you want a user account having only limited privileges, this is for you. The guest user cannot modify anything, it's only allowed to view the EPG, timers, AutoTimers and recordings listings. !%></dd> <dt><%! Guest Username: !%></dt> <dd><%! The username for the guest user. !%></dd> <dt><%! Guest Password: !%></dt> @@ -108,7 +108,7 @@ <dt><%! Send email after programming timer: !%></dt> <dd><%! VDRAdmin-AM will send an email whenever an event matches an AutoTimer and a timer has been programmed if you enable this feature. !%></dd> <dt><%! Send email as: !%></dt> - <dd><%! Here you set the sending domain of the generated email. !%></dd> + <dd><%! Here you set the sending email address of the generated email. !%></dd> <dt><%! Send email to: !%></dt> <dd><%! The email address the email is sent to. !%></dd> <dt><%! Mail server: !%></dt> |