summaryrefslogtreecommitdiff
path: root/recording.c
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2002-02-15 22:24:30 +0100
committerKlaus Schmidinger <vdr@tvdr.de>2002-02-15 22:24:30 +0100
commit42c2dad6115284760463a13f4ac625ae192d9258 (patch)
tree9e94b7471fd75f7ab5ff299970cbf389c30d1971 /recording.c
parente841bc096faa981f0a10a4851ff47d5469384039 (diff)
downloadvdr-42c2dad6115284760463a13f4ac625ae192d9258.tar.gz
vdr-42c2dad6115284760463a13f4ac625ae192d9258.tar.bz2
Fixed the 'Low disk space!' message
Diffstat (limited to 'recording.c')
-rw-r--r--recording.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/recording.c b/recording.c
index f943662b..1c8b311e 100644
--- a/recording.c
+++ b/recording.c
@@ -4,7 +4,7 @@
* See the main source file 'vdr.c' for copyright information and
* how to reach the author.
*
- * $Id: recording.c 1.52 2002/02/15 22:09:44 kls Exp $
+ * $Id: recording.c 1.53 2002/02/15 22:22:58 kls Exp $
*/
#include "recording.h"
@@ -122,7 +122,7 @@ void AssertFreeDiskSpace(int Priority)
return;
}
// Unable to free disk space, but there's nothing we can do about that...
- Interface->Confirm(tr("Low disk space"), 30);
+ Interface->Confirm(tr("Low disk space!"), 30);
}
LastFreeDiskCheck = time(NULL);
}