diff options
| author | Joseph Warner <hardolaf@hardolaf.com> | 2013-09-13 16:26:30 -0400 |
|---|---|---|
| committer | Joseph Warner <hardolaf@hardolaf.com> | 2013-09-13 16:26:30 -0400 |
| commit | 3c6c1ec5f2d8f5d4c2e3f941c0112daa21d97631 (patch) | |
| tree | 3ec1987546edf094a147d2916a21607ad4cfaac5 /phpBB | |
| parent | b7ab068bbc5c58220bc93eb3daffc5642ccba797 (diff) | |
| download | forums-3c6c1ec5f2d8f5d4c2e3f941c0112daa21d97631.tar forums-3c6c1ec5f2d8f5d4c2e3f941c0112daa21d97631.tar.gz forums-3c6c1ec5f2d8f5d4c2e3f941c0112daa21d97631.tar.bz2 forums-3c6c1ec5f2d8f5d4c2e3f941c0112daa21d97631.tar.xz forums-3c6c1ec5f2d8f5d4c2e3f941c0112daa21d97631.zip | |
[ticket/11837] Replace escaped single quote with utf-8 single quote
PHPBB3-11837
Diffstat (limited to 'phpBB')
| -rw-r--r-- | phpBB/language/en/ucp.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/language/en/ucp.php b/phpBB/language/en/ucp.php index ac37591266..e2d5dc5ad1 100644 --- a/phpBB/language/en/ucp.php +++ b/phpBB/language/en/ucp.php @@ -485,7 +485,7 @@ $lang = array_merge($lang, array( 'UCP_AUTH_LINK_ID' => 'Unique identifier', 'UCP_AUTH_LINK_LINK' => 'Link', 'UCP_AUTH_LINK_MANAGE' => 'Manage external account associations', - 'UCP_AUTH_LINK_NOT_SUPPORTED' => 'Linking board accounts to external services is not supported by this board\'s current authentication method.', + 'UCP_AUTH_LINK_NOT_SUPPORTED' => 'Linking board accounts to external services is not supported by this board’s current authentication method.', 'UCP_AUTH_LINK_TITLE' => 'Manage your external account associations', 'UCP_AUTH_LINK_UNLINK' => 'Unlink', 'UCP_COPPA_BEFORE' => 'Before %s', |
