Changeset 140 for smplayer/vendor/current/src/prefplaylist.cpp
- Timestamp:
- May 23, 2013, 5:06:17 PM (13 years ago)
- File:
-
- 1 edited
-
smplayer/vendor/current/src/prefplaylist.cpp (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
smplayer/vendor/current/src/prefplaylist.cpp
r121 r140 1 1 /* smplayer, GUI front-end for mplayer. 2 Copyright (C) 2006-201 2Ricardo Villalba <[email protected]>2 Copyright (C) 2006-201 Ricardo Villalba <[email protected]> 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 123 124 125 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(" 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 140 141 142 134 143 } 135 144
Note:
See TracChangeset
for help on using the changeset viewer.
