closes FS#336
authorx2000habouzit <x2000habouzit@839d8a87-29fc-0310-9880-83ba4fa771e5>
Tue, 23 Aug 2005 07:58:04 +0000 (07:58 +0000)
committerx2000habouzit <x2000habouzit@839d8a87-29fc-0310-9880-83ba4fa771e5>
Tue, 23 Aug 2005 07:58:04 +0000 (07:58 +0000)
git-svn-id: svn+ssh://murphy/home/svn/platal/trunk@20 839d8a87-29fc-0310-9880-83ba4fa771e5

ChangeLog
hooks/money.inc.php
templates/paiement/index.tpl

index aa9ed35..de5b62a 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -11,6 +11,9 @@ Bug/Wish :
        * Core :
                - #310: Display the max number of photo in trombipromo.                         -Car
 
+       * Paiments :
+               - #336 : Micro -> Tele(payments).                                                                       -MC
+
        * Profile :
                - #330,333: Interface improvements.                                                                     -Car
                - #332: User can precise why he asks for a usage name.                          -Car
index 9fb93dd..221b146 100644 (file)
@@ -49,7 +49,7 @@ function money_menu()
 {
     global $globals;
     if ($globals->money->mpay_enable) {
-        $globals->menu->addPrivateEntry(XOM_SERVICES, 30, 'Micropaiements', 'paiement/');
+        $globals->menu->addPrivateEntry(XOM_SERVICES, 30, 'Téléopaiements', 'paiement/');
     }
 }
 
index 42e1a82..b17a55d 100644 (file)
@@ -21,7 +21,7 @@
 {**************************************************************************}
 
 
-<h1>Micropaiments</h1>
+<h1>Télépaiements</h1>
 
 {if $smarty.request.op eq "submit" and !$xorg_error->errs|count}