~jonathank89/burg/burg-percise

« back to all changes in this revision

Viewing changes to normal/misc.c

merge mainline into mips

Show diffs side-by-side

added added

removed removed

Lines of Context:
68
68
              if (grub_errno == GRUB_ERR_NONE)
69
69
                {
70
70
                  if (label && grub_strlen (label))
71
 
                    grub_printf_ (N_("- Label %s"), label);
 
71
                    {
 
72
                      grub_putchar (' ');
 
73
                      grub_printf_ (N_("- Label \"%s\""), label);
 
74
                    }
72
75
                  grub_free (label);
73
76
                }
74
77
              grub_errno = GRUB_ERR_NONE;
81
84
              if (grub_errno == GRUB_ERR_NONE)
82
85
                {
83
86
                  grub_unixtime2datetime (tm, &datetime);
 
87
                  grub_putchar (' ');
84
88
                  grub_printf_ (N_("- Last modification time %d-%02d-%02d "
85
89
                               "%02d:%02d:%02d %s"),
86
90
                               datetime.year, datetime.month, datetime.day,