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

@@ -240,9 +240,9 @@ void KissCount::NewUser(const wxString& name)
AddCategory(cat);
cat.parent = wxT("0") ; cat.name = _("Groceries") ; cat.color = OWN_GREEN;
AddCategory(cat);
cat.parent = wxT("0") ; cat.name = _("Loisirs") ; cat.color = OWN_GREEN;
cat.parent = wxT("0") ; cat.name = _("Hobbies") ; cat.color = OWN_GREEN;
AddCategory(cat);
cat.parent = wxT("0") ; cat.name = _("Normal life") ; cat.color = OWN_GREEN;
cat.parent = wxT("0") ; cat.name = _("Operating exepense") ; cat.color = OWN_GREEN;
AddCategory(cat);
cat.parent = wxT("0") ; cat.name = _("Unexpected") ; cat.color = OWN_GREEN;
AddCategory(cat);