Add text on button because "Submit query" is not User friendly
authorx2003bruneau <x2003bruneau@9869982d-c50d-0410-be91-f2a2ec7c7c7b>
Sun, 4 Jun 2006 15:22:12 +0000 (15:22 +0000)
committerx2003bruneau <x2003bruneau@9869982d-c50d-0410-be91-f2a2ec7c7c7b>
Sun, 4 Jun 2006 15:22:12 +0000 (15:22 +0000)
Should banana be ported to english ?

git-svn-id: svn+ssh://murphy/home/svn/banana/trunk@51 9869982d-c50d-0410-be91-f2a2ec7c7c7b

banana/banana.inc.php.in
banana/groups.inc.php

index 7858929..4e5a875 100644 (file)
@@ -326,7 +326,7 @@ class Banana
             $html .= '<input type="hidden" name="artid" value="'.$id.'" />';
         }
         $html .= '<input type="hidden" name="action" value="new" />';
-       $html .= '<input type="submit" /></th></tr>';
+       $html .= '<input type="submit" value="Envoyer les message" /></th></tr>';
         $html .= '</table></form>';
 
         return $html.$cuts;
index 909783e..9c65478 100644 (file)
@@ -125,8 +125,8 @@ class BananaGroups {
         $html .= '</table>';
 
         if ($show_form) {
-            return '<form method="post" action="?"><div class="center"><input type="submit" /></div>'
-                .$html.'<div class="center"><input type="submit" /></div></form>';
+            return '<form method="post" action="?"><div class="center"><input type="submit" value="Valider" /></div>'
+                .$html.'<div class="center"><input type="submit" value="Valider" /></div></form>';
         }
         
         return $html;