Next wave of lesser getMessage()
[mailer.git] / inc / modules / admin / what-list_country.php
index 43cda0efda8a51eedfd7b2d9ed3ae211b4e61e64..f7c4fd16a7a080b2d88839ea9433d81ec81873ac 100644 (file)
@@ -78,7 +78,7 @@ if ((isFormSent('add')) && (isPostRequestParameterSet('code')) && (isPostRequest
        // Show next link
        loadTemplate('admin_next_link', false, array(
                'url'   => 'modules.php?module=admin&what=list_country',
-               'title' => getMessage('ADMIN_COUNTRY_ACTIVATION_NEXT_LINK')
+               'title' => '{--ADMIN_COUNTRY_ACTIVATION_NEXT_LINK--}'
        ));
 } elseif (((isFormSent('edit')) || (isPostRequestParameterSet('delete'))) && (isPostRequestParameterSet('id'))) {
        if (count(postRequestParameter('id')) > 0) {
@@ -121,7 +121,7 @@ if ((isFormSent('add')) && (isPostRequestParameterSet('code')) && (isPostRequest
 
                                if ($post == 'modify') {
                                        // Generate default selection in edit-mode
-                                       $content['status'] = generateOptionList('/ARRAY/', array('Y', 'N'), array(getMessage('YES'), getMessage('NO')), $status);
+                                       $content['status'] = generateOptionList('/ARRAY/', array('Y', 'N'), array('{--YES--}', '{--NO--}'), $status);
                                } else {
                                        // Only display status when in delete-mode
                                        $content['status'] = translateYesNo($status);