Ignore:
Timestamp:
May 27, 2013, 3:28:05 PM (12 years ago)
Author:
Silvan Scherrer
Message:

SMPlayer: update trunk to 0.8.5

Location:
smplayer/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • smplayer/trunk

  • smplayer/trunk/src/prefplaylist.cpp

    r124 r142  
    11/*  smplayer, GUI front-end for mplayer.
    2     Copyright (C) 2006-2012 Ricardo Villalba <rvm@users.sourceforge.net>
     2    Copyright (C) 2006-2013 Ricardo Villalba <rvm@users.sourceforge.net>
    33
    44    This program is free software; you can redistribute it and/or modify
     
    120120           "added to the playlist.") );
    121121
     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
    122127        setWhatsThis(recursive_check, tr("Add files in directories recursively"),
    123128                tr("Check this option if you want that adding a directory will also "
     
    125130        "files in the selected directory will be added."));
    126131
    127         setWhatsThis(getinfo_check, tr("Add info automatically about files added"),
     132        setWhatsThis(getinfo_check, tr("Get info automatically about files added"),
    128133                tr("Check this option to inquire the files to be added to the playlist "
    129134        "for some info. That allows to show the title name (if available) and "
     
    132137        "specially if you add many files."));
    133138
     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."));
    134143}
    135144
Note: See TracChangeset for help on using the changeset viewer.