internationalization/localization, RT12515
[freeside.git] / httemplate / view / cust_main / packages / location.html
index 5f36055..6658415 100644 (file)
@@ -48,8 +48,8 @@ sub pkg_change_location_link {
     'action'      => $p. "misc/change_pkg.cgi?locationnum=-1;pkgpart=$pkgpart;".
                      "address1=;address2=;city=;county=;state=$statedefault;".
                      "zip=;country=$countrydefault",
-    'label'       => mt('Change location'),
-    'actionlabel' => mt('Change'),
+    'label'       => emt('Change location'),
+    'actionlabel' => emt('Change'),
     'cust_pkg'    => $cust_pkg,
   );
 }
@@ -58,8 +58,8 @@ sub edit_location_link {
   my $locationnum = shift;
   include( '/elements/popup_link.html',
     'action'      => $p. "edit/cust_location.cgi?locationnum=$locationnum",
-    'label'       => mt('Edit location'),
-    'actionlabel' => mt('Edit'),
+    'label'       => emt('Edit location'),
+    'actionlabel' => emt('Edit'),
   );
 }