From 105f75016c42cb83cb71ea3f34390294b8486a36 Mon Sep 17 00:00:00 2001 From: Jonathan Stanley <shs@users.sourceforge.net> Date: Mon, 2 Apr 2007 21:23:24 +0000 Subject: [PATCH] Dur? git-svn-id: file:///svn/phpbb/trunk@7269 89ea8834-ac86-4346-8a33-228a782c2dd0 --- phpBB/language/en/mcp.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/phpBB/language/en/mcp.php b/phpBB/language/en/mcp.php index 110e12ed88..700d9b6564 100644 --- a/phpBB/language/en/mcp.php +++ b/phpBB/language/en/mcp.php @@ -151,7 +151,7 @@ $lang = array_merge($lang, array( 'MCP_MAKE_GLOBALS_CONFIRM' => 'Are you sure you want to change the selected topics to “Global announcements”?', 'MCP_MAKE_STICKY' => 'Modify to “Sticky”', 'MCP_MAKE_STICKY_CONFIRM' => 'Are you sure you want to change this topic to a “Sticky”?', - 'MCP_MAKE_STICKIES' => 'Modify to “Stickie”s', + 'MCP_MAKE_STICKIES' => 'Modify to “Stickies”', 'MCP_MAKE_STICKIES_CONFIRM' => 'Are you sure you want to change the selected topics to “Stickies”?', 'MCP_MAKE_NORMAL' => 'Modify to “Standard Topic”', 'MCP_MAKE_NORMAL_CONFIRM' => 'Are you sure you want to change this topic to a “Standard Topic”?',