]> git.mxchange.org Git - mailer.git/blobdiff - inc/modules/admin/what-mem_add.php
Naming convention applied to language strings, new API function added:
[mailer.git] / inc / modules / admin / what-mem_add.php
index 78e06a63aba82f7ece5016af475cfa09057cd293..6986b682b8fed51829eb472377c3eea973d1e337 100644 (file)
@@ -144,7 +144,7 @@ if (!isFormSent()) {
        } // END - if
 
        $OUT = '<select class="form_select" name="sort" size="1">
-      <option value="">{--IS_FIRST_MENU--}</option>';
+      <option value="">{--ADMIN_IS_FIRST_MENU--}</option>';
        foreach ($below as $key => $m) {
                if (is_array($m)) {
                        foreach ($m as $key2 => $m2) {