better translation and fix bug on user deletion
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user