From 4a3dd0cfd683e9ab8eb5caf453e3f28df5edae01 Mon Sep 17 00:00:00 2001 From: czaks Date: Mon, 21 Apr 2014 02:41:01 +0200 Subject: [PATCH] config.php: i18n one more message --- inc/config.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/inc/config.php b/inc/config.php index f150f22f..a4d1c6d5 100644 --- a/inc/config.php +++ b/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 // 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) - $config['mod']['shadow_mesage'] = 'Moved to %s.'; + $config['mod']['shadow_mesage'] = _('Moved to %s.'); // Capcode to use when posting the above message. $config['mod']['shadow_capcode'] = 'Mod'; // Name to use when posting the above message. If false, $config['anonymous'] will be used.