fix typo, thanks to

Michal Čihař ( nijel )
This commit is contained in:
Evgeniy Dushistov
2010-08-01 20:21:27 +00:00
parent 4f2f1b9776
commit 684a8cef34
12 changed files with 49 additions and 49 deletions

View File

@@ -364,7 +364,7 @@ bool Library::process_phrase(const char *loc_str, read_line &io, bool force)
} else if (choise==-1)
break;
else
printf(_("Invalid choise.\nIt must be from 0 to %d or -1.\n"),
printf(_("Invalid choice.\nIt must be from 0 to %d or -1.\n"),
res_list.size()-1);
}
} else {