]> wagnertech.de Git - mfinanz.git/blobdiff - bin/mozilla/ar.pl
Buttons "Als Vorlage verwenden" zwecks Einheitlichkeit
[mfinanz.git] / bin / mozilla / ar.pl
index 80c87f966567e3150d2a627001db825d3792bcec..ad1407cfd03f80121f18d6043d21e5716d209393 100644 (file)
@@ -509,7 +509,7 @@ $follow_ups_block
     }
     if ($transdate > $closedto) {
       print qq|
-        <input class=submit type=submit name=action value="| . $locale->text('Use As Template') . qq|"> |;
+        <input class=submit type=submit name=action value="| . $locale->text('Use As New') . qq|"> |;
     }
     print qq|
         <input class=submit type=submit name=action value="| . $locale->text('Post Payment') .    qq|">
@@ -803,7 +803,7 @@ sub post_as_new {
   $main::lxdebug->leave_sub();
 }
 
-sub use_as_template {
+sub use_as_new {
   $main::lxdebug->enter_sub();
 
   $main::auth->assert('general_ledger');