Skip to content

Commit

Permalink
Merge pull request #5666 from aspangaro/4.0-p45
Browse files Browse the repository at this point in the history
Fix: Wrong language key
  • Loading branch information
eldy committed Aug 29, 2016
2 parents 13f61f2 + 7cb4f85 commit b43bd37
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion htdocs/compta/salaries/card.php
Expand Up @@ -415,7 +415,7 @@
}
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>";
}
Expand Down
6 changes: 3 additions & 3 deletions htdocs/compta/tva/card.php
Expand Up @@ -365,8 +365,8 @@


/*
* Boutons d'actions
*/
* Action buttons
*/
print "<div class=\"tabsAction\">\n";
if ($object->rappro == 0)
{
Expand All @@ -381,7 +381,7 @@
}
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>";
}
Expand Down
1 change: 1 addition & 0 deletions htdocs/langs/en_US/banks.lang
Expand Up @@ -78,6 +78,7 @@ AccountToCredit=Account to credit
AccountToDebit=Account to debit
DisableConciliation=Disable reconciliation feature for this account
ConciliationDisabled=Reconciliation feature disabled
LinkedToAConciliatedTransaction=Linked to a conciliated transaction
StatusAccountOpened=Open
StatusAccountClosed=Closed
AccountIdShort=Number
Expand Down

0 comments on commit b43bd37

Please sign in to comment.