1
0
mirror of https://github.com/laurent22/joplin.git synced 2025-02-04 19:16:07 +02:00

Merge branch 'master' of github.com:laurent22/joplin

This commit is contained in:
Laurent Cozic 2020-02-10 21:51:18 +00:00
commit 384c7cd831
2 changed files with 9 additions and 1 deletions

View File

@ -621,10 +621,11 @@ class Application extends BaseApplication {
if ('git' in p) {
gitInfo = _('Revision: %s (%s)', p.git.hash, p.git.branch);
}
const copyrightText = 'Copyright © 2016-YYYY Laurent Cozic';
let message = [
p.description,
'',
'Copyright © 2016-2019 Laurent Cozic',
copyrightText.replace('YYYY', new Date().getFullYear()),
_('%s %s (%s, %s)', p.name, p.version, Setting.value('env'), process.platform),
'',
_('Client ID: %s', Setting.value('clientId')),

View File

@ -0,0 +1,7 @@
- (git) tools suggestion / referencing
- coding style
- quick introduction, 3 steps to contribute / apply for GSoC
- show prove of improvment
-