X-Git-Url: https://git.mxchange.org/?p=mailer.git;a=blobdiff_plain;f=inc%2Fmodules%2Fadmin%2Fwhat-theme_import.php;h=302558b4da72351b0cae7faed53947024bf8893c;hp=2e85bcae59120a0954bd25636a115ecb73b83622;hb=57227d33e870ec5cd271209c4a978a52b45c2dd6;hpb=263a089d8a499e0e26d0af9e7aa7639f88b8ca60 diff --git a/inc/modules/admin/what-theme_import.php b/inc/modules/admin/what-theme_import.php index 2e85bcae59..302558b4da 100644 --- a/inc/modules/admin/what-theme_import.php +++ b/inc/modules/admin/what-theme_import.php @@ -1,7 +1,7 @@ $unix) { // Already installed is default - $formContent = '
' . sprintf(getMessage('ADMIN_THEME_ALREADY_INSTALLED'), $unix) . '
'; + $formContent = '
' . getMaskedMessage('ADMIN_THEME_ALREADY_INSTALLED', $unix) . '
'; // Check if current theme is already imported or not if (!ifThemeExists($unix)) {