From bfa37959db4e0b4039c5c9175350841773533baa Mon Sep 17 00:00:00 2001 From: x2003bruneau Date: Sun, 4 Jun 2006 15:22:12 +0000 Subject: [PATCH] Add text on button because "Submit query" is not User friendly 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 | 2 +- banana/groups.inc.php | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/banana/banana.inc.php.in b/banana/banana.inc.php.in index 7858929..4e5a875 100644 --- a/banana/banana.inc.php.in +++ b/banana/banana.inc.php.in @@ -326,7 +326,7 @@ class Banana $html .= ''; } $html .= ''; - $html .= ''; + $html .= ''; $html .= ''; return $html.$cuts; diff --git a/banana/groups.inc.php b/banana/groups.inc.php index 909783e..9c65478 100644 --- a/banana/groups.inc.php +++ b/banana/groups.inc.php @@ -125,8 +125,8 @@ class BananaGroups { $html .= ''; if ($show_form) { - return '
' - .$html.'
'; + return '
' + .$html.'
'; } return $html; -- 2.1.4