Handle ampersand

Replaced with & in messages
This commit is contained in:
James Booth
2012-04-19 22:26:12 +01:00
parent 9805b2b2b2
commit 366eecc195
7 changed files with 118 additions and 3 deletions

View File

@@ -5,6 +5,7 @@ int main(void)
{
register_history_tests();
register_contact_list_tests();
register_util_tests();
run_suite();
return 0;
}