better translation and fix bug on user deletion

This commit is contained in:
2010-07-08 20:12:49 +02:00
parent cef0e4eb3c
commit a6475759f1
6 changed files with 205 additions and 144 deletions

View File

@@ -403,7 +403,7 @@ void AccountPanel::InsertOperation(User* user, Operation* op, int line, bool fix
if (fix)
{
_fixCosts++;
_grid->SetCellValue(line, CATEGORY, _("Fixe"));
_grid->SetCellValue(line, CATEGORY, _("Fix"));
_grid->SetReadOnly(line, CATEGORY);
}