[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Noalyss-commit] [noalyss] 01/01: Improve : remove double-quote from inf
From: |
Dany De Bontridder |
Subject: |
[Noalyss-commit] [noalyss] 01/01: Improve : remove double-quote from information |
Date: |
Tue, 11 Mar 2014 22:05:16 +0000 |
sparkyx pushed a commit to branch master
in repository noalyss.
commit b8ff3be84f1543b61de18a084ad7eea03486c7d6
Author: Dany De Bontridder <address@hidden>
Date: Tue Mar 11 23:03:31 2014 +0100
Improve : remove double-quote from information
---
include/template/ledger_detail_bottom.php | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/include/template/ledger_detail_bottom.php
b/include/template/ledger_detail_bottom.php
index 43ca908..66d2fac 100644
--- a/include/template/ledger_detail_bottom.php
+++ b/include/template/ledger_detail_bottom.php
@@ -3,7 +3,7 @@
$other=new IText('OTHER',$obj->info->other);
?>
<div class="myfieldset">
- <h1 class="legend">"<?php echo _("Informations")?></h1>
+ <h1 class="legend"><?php echo _("Information")?></h1>
<table>
<tr>
<td><?php echo _(" Bon de commande")?> :</td><td> <?php echo
HtmlInput::infobulle(31)." ".$cmd->input(); ?></td>