~jonathank89/burg/burg-percise

« back to all changes in this revision

Viewing changes to gettext/gettext.c

merge mainline into mips

Show diffs side-by-side

added added

removed removed

Lines of Context:
298
298
}
299
299
 
300
300
static void
301
 
grub_gettext_delete_list ()
 
301
grub_gettext_delete_list (void)
302
302
{
303
303
  struct grub_gettext_msg *item;
304
304
 
347
347
  grub_gettext_init_ext (lang);
348
348
 
349
349
  grub_register_command_p1 ("gettext", grub_cmd_translate,
350
 
                            "STRING",
351
 
                            "Translates the string with the current settings.");
 
350
                            N_("STRING"),
 
351
                            N_("Translates the string with the current settings."));
352
352
 
353
353
  /* Reload .mo file information if lang changes.  */
354
354
  grub_register_variable_hook ("lang", NULL, grub_gettext_env_write_lang);