~ubuntu-branches/ubuntu/wily/smplayer/wily

« back to all changes in this revision

Viewing changes to src/prefupdates.cpp

  • Committer: Package Import Robot
  • Author(s): Mateusz Łukasik, Mateusz Łukasik, Alessio Treglia
  • Date: 2014-09-10 13:50:48 UTC
  • mfrom: (1.3.3)
  • mto: This revision was merged to the branch mainline in revision 27.
  • Revision ID: package-import@ubuntu.com-20140910135048-t043hd88bhpfvfow
[ Mateusz Łukasik ]
* New upstream release.

[ Alessio Treglia ]
* Repackaging upstream sources to get rid of
  zlib/contrib/dotzlib/DotZLib.chm.
* Enable parallel builds.

Show diffs side-by-side

added added

removed removed

Lines of Context:
92
92
#endif
93
93
 
94
94
#ifdef CHECK_UPGRADED
95
 
        setWhatsThis(open_page_check, tr("Open the first steps guide after an upgrade"),
96
 
                tr("If this option is enabled, the first steps guide with info and tips about "
97
 
           "how to use SMPlayer will be opened after an upgrade.") );
 
95
        setWhatsThis(open_page_check, tr("Open an informative page after an upgrade"),
 
96
                tr("If this option is enabled, an informative page about SMPlayer "
 
97
           "will be opened after an upgrade.") );
98
98
#endif
99
99
}
100
100