summaryrefslogtreecommitdiff
path: root/vdr_actions.c
diff options
context:
space:
mode:
Diffstat (limited to 'vdr_actions.c')
-rw-r--r--vdr_actions.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/vdr_actions.c b/vdr_actions.c
index 3c12b92..42fc4fc 100644
--- a/vdr_actions.c
+++ b/vdr_actions.c
@@ -797,7 +797,7 @@ mgSetDefaultCollection::Enabled(mgActions on) {
bool
mgSetDefaultCollection::Execute () {
Selosd ()->default_collection = selection ()->getCurrentValue();
- osd()->Message1 (tr("Default collection now is '%s'"),
+ osd()->Message1 (tr("Default collection is now '%s'"),
Selosd ()->default_collection.c_str());
return true;
}