From 677f7276171f926c0e7899f159c2a1452e36ffa6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michal=20=C4=8Ciha=C5=99?= Date: Tue, 17 May 2016 10:56:27 +0200 Subject: [PATCH] Remove non working links from config option descriptions MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit These links are not working since 4.2.0 and nobody complained, so I assume they are really not needed. Signed-off-by: Michal Čihař --- libraries/config/messages.inc.php | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/libraries/config/messages.inc.php b/libraries/config/messages.inc.php index 3ae7a37408..7497891836 100644 --- a/libraries/config/messages.inc.php +++ b/libraries/config/messages.inc.php @@ -44,7 +44,7 @@ $strConfigBrowsePointerEnable_desc = __( ); $strConfigBrowsePointerEnable_name = __('Highlight pointer'); $strConfigBZipDump_desc = __( - 'Enable [a@http://en.wikipedia.org/wiki/Bzip2]bzip2[/a] compression for' + 'Enable bzip2 compression for' . ' import operations.' ); $strConfigBZipDump_name = __('Bzip2'); @@ -56,7 +56,7 @@ $strConfigCharEditing_desc = __( $strConfigCharEditing_name = __('CHAR columns editing'); $strConfigCodemirrorEnable_desc = __( 'Use user-friendly editor for editing SQL queries ' - . '([a@http://codemirror.net/]CodeMirror[/a]) with syntax highlighting and ' + . '(CodeMirror) with syntax highlighting and ' . 'line numbers.' ); $strConfigCodemirrorEnable_name = __('Enable CodeMirror'); @@ -350,7 +350,7 @@ $strConfigForm_Warnings = __('Warnings'); $strConfigForm_Warnings_desc = __('Disable some of the warnings shown by phpMyAdmin.'); $strConfigGZipDump_desc = __( - 'Enable [a@http://en.wikipedia.org/wiki/Gzip]gzip[/a] compression for import ' + 'Enable gzip compression for import ' . 'and export operations.' ); $strConfigGZipDump_name = __('GZip'); @@ -633,8 +633,8 @@ $strConfigServers_auth_http_realm_desc = __('HTTP Basic Auth Realm name to display when doing HTTP Auth.'); $strConfigServers_auth_http_realm_name = __('HTTP Realm'); $strConfigServers_auth_swekey_config_desc = __( - 'The path for the config file for [a@http://swekey.com]SweKey hardware ' - . 'authentication[/a] (not located in your document root; suggested: ' + 'The path for the config file for SweKey hardware ' + . 'authentication (not located in your document root; suggested: ' . '/etc/swekey.conf).' ); $strConfigServers_auth_swekey_config_name = __('SweKey config file'); @@ -975,7 +975,7 @@ $strConfigProxyPass_desc = __('The password for authenticating with the proxy.') $strConfigProxyPass_name = __('Proxy password'); $strConfigZipDump_desc = __( - 'Enable [a@http://en.wikipedia.org/wiki/ZIP_(file_format)]ZIP[/a] ' . + 'Enable ZIP ' . 'compression for import and export operations.' ); $strConfigZipDump_name = __('ZIP');