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
diff options
context:
space:
mode:
authorMadhura Jayaratne <madhura.cj@gmail.com>2015-06-04 18:39:40 +0300
committerMadhura Jayaratne <madhura.cj@gmail.com>2015-06-04 18:39:40 +0300
commit13690571412200c82573e347288c67da2b85392c (patch)
tree358fca6d2fb7673ff27e108b162e8631b3abc18e /js/messages.php
parent37c9eba7806296d0d626a95c1dc9dfb8862805e4 (diff)
Fix indentation
Signed-off-by: Madhura Jayaratne <madhura.cj@gmail.com>
Diffstat (limited to 'js/messages.php')
-rw-r--r--js/messages.php12
1 files changed, 6 insertions, 6 deletions
diff --git a/js/messages.php b/js/messages.php
index 99b2c39370..3ba1f8d20d 100644
--- a/js/messages.php
+++ b/js/messages.php
@@ -64,12 +64,12 @@ $js_messages['strDropRTEitems'] = __('Do you really want to delete the selected
$js_messages['strDropPartitionWarning'] = __('Do you really want to DROP the selected partition(s)? This will also DELETE the data related to the selected partition(s)!');
$js_messages['strTruncatePartitionWarning'] = __('Do you really want to TRUNCATE the selected partition(s)?');
$js_messages['strChangeColumnCollation'] = __(
- 'This operation will attempt to convert your data to the new collation. In '
- . 'rare cases, especially where a character doesn\'t exist in the new '
- . 'collation, this process could cause the data to appear incorrectly under '
- . 'the new collation; in this case we suggest you revert to the original '
- . 'collation and refer to the tips at '
- )
+ 'This operation will attempt to convert your data to the new collation. In '
+ . 'rare cases, especially where a character doesn\'t exist in the new '
+ . 'collation, this process could cause the data to appear incorrectly under '
+ . 'the new collation; in this case we suggest you revert to the original '
+ . 'collation and refer to the tips at '
+)
. '<a href="%s" target="garbled_data_wiki">' . __('Garbled Data') . '</a>.'
. '<br/><br/>'
. __('Are you sure you wish to change the collation and convert the data?');