Made Fold's name translatable.

Received French update.
This commit is contained in:
William Kendrick 2008-08-01 21:10:28 +00:00
parent 7f7b9b0677
commit cd43deb379
2 changed files with 67 additions and 68 deletions

View file

@ -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")); }