diff options
author | Wolfgang Rohdewald <wolfgang@rohdewald.de> | 2008-12-25 15:48:13 +0100 |
---|---|---|
committer | Wolfgang Rohdewald <wolfgang@rohdewald.de> | 2008-12-25 15:48:13 +0100 |
commit | ee958b4674530811d1631d4c85ec9f4508d1cabf (patch) | |
tree | 7066cccc068989eef4b420cf8e6229feb30cbe96 /vdr_actions.c | |
parent | 841baaa865f2aa755de17a547849db9df411e042 (diff) | |
parent | 9f8699cc0a70bbf36cc9ca01b1ef64840d9ba68d (diff) | |
download | vdr-plugin-muggle-ee958b4674530811d1631d4c85ec9f4508d1cabf.tar.gz vdr-plugin-muggle-ee958b4674530811d1631d4c85ec9f4508d1cabf.tar.bz2 |
Merge branch 'master' of gitosis@projects.vdr-developer.org:vdr-plugin-muggle
Diffstat (limited to 'vdr_actions.c')
-rw-r--r-- | vdr_actions.c | 2 |
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; } |