Skip to content
Snippets Groups Projects
Commit 7cb4f85f authored by aspangaro's avatar aspangaro
Browse files

Fix: Wrong language key

parent af070dad
No related branches found
No related tags found
No related merge requests found
...@@ -415,7 +415,7 @@ if ($id) ...@@ -415,7 +415,7 @@ if ($id)
} }
else else
{ {
print '<a class="butActionRefused" href="#" title="'.$langs->trans("LinkedToAConcialitedTransaction").'">'.$langs->trans("Delete").'</a>'; print '<a class="butActionRefused" href="#" title="'.$langs->trans("LinkedToAConciliatedTransaction").'">'.$langs->trans("Delete").'</a>';
} }
print "</div>"; print "</div>";
} }
......
...@@ -365,8 +365,8 @@ if ($id) ...@@ -365,8 +365,8 @@ if ($id)
/* /*
* Boutons d'actions * Action buttons
*/ */
print "<div class=\"tabsAction\">\n"; print "<div class=\"tabsAction\">\n";
if ($object->rappro == 0) if ($object->rappro == 0)
{ {
...@@ -381,7 +381,7 @@ if ($id) ...@@ -381,7 +381,7 @@ if ($id)
} }
else else
{ {
print '<a class="butActionRefused" href="#" title="'.$langs->trans("LinkedToAConcialitedTransaction").'">'.$langs->trans("Delete").'</a>'; print '<a class="butActionRefused" href="#" title="'.$langs->trans("LinkedToAConciliatedTransaction").'">'.$langs->trans("Delete").'</a>';
} }
print "</div>"; print "</div>";
} }
......
...@@ -78,6 +78,7 @@ AccountToCredit=Account to credit ...@@ -78,6 +78,7 @@ AccountToCredit=Account to credit
AccountToDebit=Account to debit AccountToDebit=Account to debit
DisableConciliation=Disable reconciliation feature for this account DisableConciliation=Disable reconciliation feature for this account
ConciliationDisabled=Reconciliation feature disabled ConciliationDisabled=Reconciliation feature disabled
LinkedToAConciliatedTransaction=Linked to a conciliated transaction
StatusAccountOpened=Open StatusAccountOpened=Open
StatusAccountClosed=Closed StatusAccountClosed=Closed
AccountIdShort=Number AccountIdShort=Number
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment