mirror of
https://github.com/vichan-devel/vichan.git
synced 2024-12-18 10:25:55 +01:00
config.php: i18n one more message
This commit is contained in:
parent
6379e024a6
commit
4a3dd0cfd6
@ -1208,7 +1208,7 @@
|
|||||||
// When moving a thread to another board and choosing to keep a "shadow thread", an automated post (with
|
// When moving a thread to another board and choosing to keep a "shadow thread", an automated post (with
|
||||||
// a capcode) will be made, linking to the new location for the thread. "%s" will be replaced with a
|
// a capcode) will be made, linking to the new location for the thread. "%s" will be replaced with a
|
||||||
// standard cross-board post citation (>>>/board/xxx)
|
// standard cross-board post citation (>>>/board/xxx)
|
||||||
$config['mod']['shadow_mesage'] = 'Moved to %s.';
|
$config['mod']['shadow_mesage'] = _('Moved to %s.');
|
||||||
// Capcode to use when posting the above message.
|
// Capcode to use when posting the above message.
|
||||||
$config['mod']['shadow_capcode'] = 'Mod';
|
$config['mod']['shadow_capcode'] = 'Mod';
|
||||||
// Name to use when posting the above message. If false, $config['anonymous'] will be used.
|
// Name to use when posting the above message. If false, $config['anonymous'] will be used.
|
||||||
|
Loading…
Reference in New Issue
Block a user