Changeset 142 for smplayer/trunk/src/prefplaylist.cpp
- Timestamp:
- May 27, 2013, 3:28:05 PM (12 years ago)
- Location:
- smplayer/trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
smplayer/trunk
- Property svn:mergeinfo changed
/smplayer/vendor/current merged: 140
- Property svn:mergeinfo changed
-
smplayer/trunk/src/prefplaylist.cpp
r124 r142 1 1 /* smplayer, GUI front-end for mplayer. 2 Copyright (C) 2006-201 2Ricardo Villalba <rvm@users.sourceforge.net>2 Copyright (C) 2006-2013 Ricardo Villalba <rvm@users.sourceforge.net> 3 3 4 4 This program is free software; you can redistribute it and/or modify … … 120 120 "added to the playlist.") ); 121 121 122 setWhatsThis(play_from_start_check, tr("Play files from start"), 123 tr("If this option is enabled, all files from the playlist will " 124 "start to play from the beginning instead of resuming from a " 125 "previous playback.") ); 126 122 127 setWhatsThis(recursive_check, tr("Add files in directories recursively"), 123 128 tr("Check this option if you want that adding a directory will also " … … 125 130 "files in the selected directory will be added.")); 126 131 127 setWhatsThis(getinfo_check, tr(" Addinfo automatically about files added"),132 setWhatsThis(getinfo_check, tr("Get info automatically about files added"), 128 133 tr("Check this option to inquire the files to be added to the playlist " 129 134 "for some info. That allows to show the title name (if available) and " … … 132 137 "specially if you add many files.")); 133 138 139 setWhatsThis(autosave_on_exit_check, tr("Save copy of playlist on exit"), 140 tr("If this option is checked, a copy of the playlist will be saved " 141 "in the smplayer configuration when smplayer is closed, and it will " 142 "reloaded automatically when smplayer is run again.")); 134 143 } 135 144
Note:
See TracChangeset
for help on using the changeset viewer.