summaryrefslogtreecommitdiff
path: root/bin/oe.pl
diff options
context:
space:
mode:
authortetragon <tetragon@4979c152-3d1c-0410-bac9-87ea11338e46>2006-11-14 17:45:29 +0000
committertetragon <tetragon@4979c152-3d1c-0410-bac9-87ea11338e46>2006-11-14 17:45:29 +0000
commitdf8e80ed793733fad0896053a8d120a2033e972d (patch)
tree9010fb6cb759910dda7e1edc6fc4692a7d1fdf79 /bin/oe.pl
parent833df96b76993f173b0b82146719584e74307aed (diff)
Tidy button label
git-svn-id: https://ledger-smb.svn.sourceforge.net/svnroot/ledger-smb/trunk@596 4979c152-3d1c-0410-bac9-87ea11338e46
Diffstat (limited to 'bin/oe.pl')
-rwxr-xr-xbin/oe.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/oe.pl b/bin/oe.pl
index ca1bbda2..642b0732 100755
--- a/bin/oe.pl
+++ b/bin/oe.pl
@@ -1367,7 +1367,7 @@ sub transactions {
$quotation = $locale->text('RFQ');
if ($myconfig{acs} !~ /Quotations--Quotations/) {
- $button{'Quotations--RFQ'}{code} = qq|<button class="submit" type="submit" name="action" value="add">|.$locale->text('RFQ').qq|"</button> |;
+ $button{'Quotations--RFQ'}{code} = qq|<button class="submit" type="submit" name="action" value="add">|.$locale->text('RFQ').qq|</button> |;
$button{'Quotations--RFQ'}{order} = $i++;
}