Fixing English bugs in some magic tools ;) and updated en_GB.po
This commit is contained in:
parent
cfa3f04d8b
commit
c801b3e3fa
4 changed files with 130 additions and 189 deletions
|
|
@ -62,7 +62,7 @@ SDL_Surface * confetti_get_icon(magic_api * api, int which)
|
|||
|
||||
char * confetti_get_name(magic_api * api, int which) { return strdup(gettext_noop("Confetti")); }
|
||||
|
||||
char * confetti_get_description(magic_api * api, int which, int mode) { return strdup(gettext_noop("Click to throw a confetti!")); }
|
||||
char * confetti_get_description(magic_api * api, int which, int mode) { return strdup(gettext_noop("Click to throw confetti!")); }
|
||||
|
||||
int confetti_requires_colors(magic_api * api, int which) { return 1; }
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue