Browse Source

config.php: i18n one more message

pull/40/head
czaks 10 years ago
parent
commit
4a3dd0cfd6
  1. 2
      inc/config.php

2
inc/config.php

@ -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…
Cancel
Save