Fix string escaping.

This commit is contained in:
Michal Čihař
2010-08-17 16:38:05 +02:00
parent 0f39dc040a
commit d928804684

View File

@@ -32,7 +32,7 @@ $js_messages['strDropDatabaseStrongWarning'] = __('You are about to DESTROY a co
/* For blobstreaming */ /* For blobstreaming */
$js_messages['strBLOBRepositoryDisableStrongWarning'] = __('You are about to DISABLE a BLOB Repository!'); $js_messages['strBLOBRepositoryDisableStrongWarning'] = __('You are about to DISABLE a BLOB Repository!');
$js_messages['strBLOBRepositoryDisableAreYouSure'] = sprintf(__('Are you sure you want to disable all BLOB references for database %s?'), $GLOBALS['db']); $js_messages['strBLOBRepositoryDisableAreYouSure'] = sprintf(__('Are you sure you want to disable all BLOB references for database %s?'), PMA_escapeJsString($GLOBALS['db']));
/* For indexes */ /* For indexes */
$js_messages['strFormEmpty'] = __('Missing value in the form!'); $js_messages['strFormEmpty'] = __('Missing value in the form!');