Made Fold's name translatable.
Received French update.
This commit is contained in:
parent
7f7b9b0677
commit
cd43deb379
2 changed files with 67 additions and 68 deletions
|
|
@ -57,7 +57,7 @@ SDL_Surface * fold_get_icon(magic_api * api, int which)
|
|||
return(IMG_Load(fname));
|
||||
}
|
||||
|
||||
char * fold_get_name(magic_api * api, int which) { return(strdup("Fold")); }
|
||||
char * fold_get_name(magic_api * api, int which) { return(gettext_noop("Fold")); }
|
||||
|
||||
char * fold_get_description(magic_api * api, int which, int mode) { return strdup(gettext_noop("Choose a background color and click to turn the corner of the page over")); }
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue