diff options
author | Björn Stenberg <bjorn@haxx.se> | 2003-02-08 12:51:44 +0000 |
---|---|---|
committer | Björn Stenberg <bjorn@haxx.se> | 2003-02-08 12:51:44 +0000 |
commit | e0a909a3b8f0d0aa6af49faa0f501d83b336ddda (patch) | |
tree | d6cc660ddf2dc0f1769f1d409c9dce32c64027e7 /www/dailymod.pl | |
parent | c43a307011e8e89b5a31e4f9ffab0dfeb0e3ed5b (diff) |
*** empty log message ***
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3228 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'www/dailymod.pl')
-rwxr-xr-x | www/dailymod.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/dailymod.pl b/www/dailymod.pl index e823af1028..e13125205f 100755 --- a/www/dailymod.pl +++ b/www/dailymod.pl @@ -24,7 +24,7 @@ print "<tr><td>\n"; print "</td><td>\n"; &list("recorder"); -print "</td><td><p><b>Note:</b> The FM Recorder version is still very early and buggy. It is available here for testing purposes only.\n"; +print "</td><td><p><b>Note:</b> The FM Recorder version is still experimental and very buggy. It is available here for testing purposes only.\n"; &list("fmrecorder"); print "</td></tr></table>\n"; |