diff --git a/admin/index.php b/admin/index.php index d0be31f1c7..8fd79e345a 100644 --- a/admin/index.php +++ b/admin/index.php @@ -42,7 +42,7 @@ function print_info_row( $p_description, $p_value ) {

[ Check your installation ]

-

[ Upgrade your installation ]

+

[ Upgrade your installation ]

[ System Utilities ]

[ Test Icons ]

diff --git a/admin/upgrade_warning.php b/admin/upgrade_warning.php index f4822282a0..a7867005a3 100644 --- a/admin/upgrade_warning.php +++ b/admin/upgrade_warning.php @@ -54,7 +54,7 @@

-

WARNING: - Always backup your database data before upgrading. For example, if you use a mysql database, From the command line you can do this with the mysqldump command.

+

WARNING: - Always backup your database data before upgrading. For example, if you use a mysql database, From the command line you can do this with the mysqldump command.

eg:

mysqldump -u[username] -p[password] [database_name] > [filename]

This will dump the contents of the specified database into the specified filename.

diff --git a/bug_report_page.php b/bug_report_page.php index 68f7b6c573..5b1ad205d3 100644 --- a/bug_report_page.php +++ b/bug_report_page.php @@ -545,7 +545,7 @@ - ' . lang_get( 'bug' ) . ' ' . bug_format_id( $f_master_bug_id ) . '' ?> + ' . lang_get( 'bug' ) . ' ' . bug_format_id( $f_master_bug_id ) . '' ?> - (HH:MM)
+ (HH:MM)
diff --git a/core.php b/core.php index 0b1dbc7341..c0d47b5b79 100644 --- a/core.php +++ b/core.php @@ -166,7 +166,7 @@ function __autoload( $className ) { # Enforce our minimum PHP requirements if( !php_version_at_least( PHP_MIN_VERSION ) ) { @ob_end_clean(); - echo 'FATAL ERROR: Your version of PHP is too old. MantisBT requires PHP version ' . PHP_MIN_VERSION . ' or newer
Your version of PHP is version ' . phpversion(); + echo 'FATAL ERROR: Your version of PHP is too old. MantisBT requires PHP version ' . PHP_MIN_VERSION . ' or newer
Your version of PHP is version ' . phpversion(); die(); } diff --git a/core/config_api.php b/core/config_api.php index 9681f6fa56..c17f1a3c99 100644 --- a/core/config_api.php +++ b/core/config_api.php @@ -539,7 +539,7 @@ function config_obsolete( $p_var, $p_replace ) { # new config option names in the warning text) if( config_is_set( $p_var ) ) { - $t_description = '

Warning: The configuration option $g_' . $p_var . ' is now obsolete

'; + $t_description = '

Warning: The configuration option $g_' . $p_var . ' is now obsolete

'; if( is_array( $p_replace ) ) { $t_info = 'please see the following options: