* util/grub-macho2img.c: Add comment concerning gettext.

* grub-core/lib/legacy_parse.c: Likewise.
This commit is contained in:
Vladimir 'phcoder' Serbinenko 2011-11-11 20:52:41 +01:00
parent c1860f878b
commit 5b289bc5f6
3 changed files with 10 additions and 0 deletions

View file

@ -58,6 +58,9 @@ struct legacy_command
const char *longdesc;
};
/* Help texts are kept here mostly for reference. They are never shown. So
no need to gettextize.
*/
static struct legacy_command legacy_commands[] =
{
{"blocklist", "blocklist '%s'\n", NULL, 0, 1, {TYPE_FILE}, 0, "FILE",