diff options
| author | Greg Roach <fisharebest@gmail.com> | 2015-01-29 23:23:47 +0000 |
|---|---|---|
| committer | Greg Roach <fisharebest@gmail.com> | 2015-01-29 23:24:07 +0000 |
| commit | e72070c1ab26850d463ccbd20db6fa0c30d1481c (patch) | |
| tree | 7030768e7c8c0149ffffd9418625aa8a44a0f150 /site-unavailable.php | |
| parent | f2773a88f0e615dd3ec1dcdf8c1a564755862fac (diff) | |
| download | webtrees-e72070c1ab26850d463ccbd20db6fa0c30d1481c.tar.gz webtrees-e72070c1ab26850d463ccbd20db6fa0c30d1481c.tar.bz2 webtrees-e72070c1ab26850d463ccbd20db6fa0c30d1481c.zip | |
Quotation marks
Diffstat (limited to 'site-unavailable.php')
| -rw-r--r-- | site-unavailable.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/site-unavailable.php b/site-unavailable.php index 96f118f9e0..28956bdfcc 100644 --- a/site-unavailable.php +++ b/site-unavailable.php @@ -93,10 +93,10 @@ if (is_array($config_ini_php) && array_key_exists('dbhost', $config_ini_php) && <?php echo WT_I18N::translate('If you are the website administrator, you should check that:'); ?> <ol> <li> - <?php echo /* I18N: [you should check that:] ... */ WT_I18N::translate('the database connection settings in the file <b>/data/config.ini.php</b> are still correct'); ?> + <?php echo /* I18N: [you should check that:] ... */ WT_I18N::translate('the database connection settings in the file “/data/config.ini.php” are still correct'); ?> </li> <li> - <?php echo /* I18N: [you should check that:] ... */ WT_I18N::translate('the directory <b>/data</b> and the file <b>/data/config.ini.php</b> have access permissions that allow the webserver to read them'); ?> + <?php echo /* I18N: [you should check that:] ... */ WT_I18N::translate('the folder “/data” and the file “/data/config.ini.php” have access permissions that allow the webserver to read them'); ?> </li> <li> <?php echo /* I18N: [you should check that:] ... */ WT_I18N::translate('you can connect to the database using other applications, such as phpmyadmin'); ?> |
