Skip to content

Commit 45ece4b

Browse files
committed
Document new substitutions
1 parent 4d08efc commit 45ece4b

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

lang/en/settings.php

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,10 @@
1010
$lang['periodicPull'] = 'Pull the remote git repository every "periodicMinutes" triggered by a http page request';
1111
$lang['updateIndexOnPull'] = 'Update index of pages changed on pull';
1212
$lang['periodicMinutes'] = 'Timespan (in minutes) between periodic pull requests';
13-
$lang['commitPageMsg'] = 'Commit message for page edits (%user%,%summary%,%page% are replaced by the corresponding values)';
14-
$lang['commitPageMsgDel'] = 'Commit message for deleted pages (%user%,%summary%,%page% are replaced by the corresponding values)';
15-
$lang['commitMediaMsg'] = 'Commit message for media files (%user%,%media% are replaced by the corresponding values)';
16-
$lang['commitMediaMsgDel'] = 'Commit message for deleted media files (%user%,%media% are replaced by the corresponding values)';
13+
$lang['commitPageMsg'] = 'Commit message for page edits (%user%,%mail%,%summary%,%page%,%ns% are replaced by the corresponding values)';
14+
$lang['commitPageMsgDel'] = 'Commit message for deleted pages (%user%,%mail%,%summary%,%page%,%ns% are replaced by the corresponding values)';
15+
$lang['commitMediaMsg'] = 'Commit message for media files (%user%,%mail%,%media% are replaced by the corresponding values)';
16+
$lang['commitMediaMsgDel'] = 'Commit message for deleted media files (%user%,%mail%,%media% are replaced by the corresponding values)';
1717
$lang['repoPath'] = 'Path of the git repo(s) (e.g. the savedir ' . $GLOBALS['conf']['savedir'] . ')';
1818
$lang['repoWorkDir'] = 'Path of the git working tree, must contain "pages" and "media" directories (e.g. the savedir ' . $GLOBALS['conf']['savedir'] . ')';
1919
$lang['gitPath'] = 'Path to the git binary (if empty, the default "/usr/bin/git" will be used)';

0 commit comments

Comments
 (0)