Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/phpmyadmin/phpmyadmin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/setup
diff options
context:
space:
mode:
authorMichal Čihař <mcihar@suse.cz>2012-09-05 17:16:41 +0400
committerMichal Čihař <mcihar@suse.cz>2012-09-05 17:19:13 +0400
commit371d420c216854b5e67cb38a9a52273e5ddc5a96 (patch)
tree38c66378141e6c87208c7bf2034300ec04db31ff /setup
parent44433cc88893bae0f63ee0495fceea0fd48a2bfd (diff)
Simplify linking to documentation
Now documentation can be simply linked using [doc@anchor]..[/doc]
Diffstat (limited to 'setup')
-rw-r--r--setup/frames/index.inc.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup/frames/index.inc.php b/setup/frames/index.inc.php
index 283fad2910..23a7969eae 100644
--- a/setup/frames/index.inc.php
+++ b/setup/frames/index.inc.php
@@ -49,7 +49,7 @@ check_config_rw($config_readable, $config_writable, $config_exists);
if (!$config_writable || !$config_readable) {
messages_set(
'error', 'config_rw', __('Cannot load or save configuration'),
- PMA_lang(__('Please create web server writable folder [em]config[/em] in phpMyAdmin top level directory as described in [a@Documentation.html#setup_script]documentation[/a]. Otherwise you will be only able to download or display it.'))
+ PMA_lang(__('Please create web server writable folder [em]config[/em] in phpMyAdmin top level directory as described in [doc@setup_script]documentation[/doc]. Otherwise you will be only able to download or display it.'))
);
}
//