X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=inc%2Fmodules%2Fadmin%2Fwhat-add_surfbar_url.php;h=2dede7b9a45f512a229c8bf5cba868e6ec92ab14;hb=98b92ea5ba992a63304091fa1b57f477befffc22;hp=2ee7b2d9517f36e265dd0faff5b3332ed7451c6a;hpb=18e32f1a8971b18bace4f051094acf27800bd7d9;p=mailer.git diff --git a/inc/modules/admin/what-add_surfbar_url.php b/inc/modules/admin/what-add_surfbar_url.php index 2ee7b2d951..2dede7b9a4 100644 --- a/inc/modules/admin/what-add_surfbar_url.php +++ b/inc/modules/admin/what-add_surfbar_url.php @@ -60,10 +60,10 @@ if ((isFormSent('add')) && (isPostRequestParameterSet('url'))) { // Then add this URL if (SURFBAR_ADMIN_ADD_URL($postData['url'], $postData['limit'], $postData['reload'])) { // URL was added - loadTemplate('admin_settings_saved', false, getMessage('ADMIN_SURFBAR_URL_ADDED')); + loadTemplate('admin_settings_saved', false, '{--ADMIN_SURFBAR_URL_ADDED--}'); } else { // Not added - loadTemplate('admin_settings_saved', false, getMessage('ADMIN_SURFBAR_URL_NOT_ADDED')); + loadTemplate('admin_settings_saved', false, '{--ADMIN_SURFBAR_URL_NOT_ADDED--}'); } } // END - if