summaryrefslogtreecommitdiff
path: root/src/prefplaylist.cpp
diff options
context:
space:
mode:
authorReinhard Tartler <siretart@tauware.de>2013-03-29 20:34:22 +0100
committerReinhard Tartler <siretart@tauware.de>2013-03-29 20:34:22 +0100
commit228d763f5a95a2575a18e03e0ea77555106023c4 (patch)
tree1eb49f0c372de4eef020e4c7e1716248622a7f0b /src/prefplaylist.cpp
parent038de1a143b9775f37d4848f52c59af7cee66e36 (diff)
Imported Upstream version 0.8.4
Diffstat (limited to 'src/prefplaylist.cpp')
-rw-r--r--src/prefplaylist.cpp13
1 files changed, 11 insertions, 2 deletions
diff --git a/src/prefplaylist.cpp b/src/prefplaylist.cpp
index ce93857..d2f83cf 100644
--- a/src/prefplaylist.cpp
+++ b/src/prefplaylist.cpp
@@ -1,5 +1,5 @@
/* smplayer, GUI front-end for mplayer.
- Copyright (C) 2006-2012 Ricardo Villalba <rvm@users.sourceforge.net>
+ Copyright (C) 2006-2013 Ricardo Villalba <rvm@users.sourceforge.net>
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
@@ -119,18 +119,27 @@ void PrefPlaylist::createHelp() {
"files (e.g. video_1.avi, video_2.avi...) and if found, they'll be "
"added to the playlist.") );
+ setWhatsThis(play_from_start_check, tr("Play files from start"),
+ tr("If this option is enabled, all files from the playlist will "
+ "start to play from the beginning instead of resuming from a "
+ "previous playback.") );
+
setWhatsThis(recursive_check, tr("Add files in directories recursively"),
tr("Check this option if you want that adding a directory will also "
"add the files in subdirectories recursively. Otherwise only the "
"files in the selected directory will be added."));
- setWhatsThis(getinfo_check, tr("Add info automatically about files added"),
+ setWhatsThis(getinfo_check, tr("Get info automatically about files added"),
tr("Check this option to inquire the files to be added to the playlist "
"for some info. That allows to show the title name (if available) and "
"length of the files. Otherwise this info won't be available until "
"the file is actually played. Beware: this option can be slow, "
"specially if you add many files."));
+ setWhatsThis(autosave_on_exit_check, tr("Save copy of playlist on exit"),
+ tr("If this option is checked, a copy of the playlist will be saved "
+ "in the smplayer configuration when smplayer is closed, and it will "
+ "reloaded automatically when smplayer is run again."));
}
#include "moc_prefplaylist.cpp"