guid_to_string(&gpt->pheader->disk_guid, str);
fdisk_label_set_changed(cxt->label, 1);
fdisk_sinfo(cxt, FDISK_INFO_SUCCESS,
- _("Created a new GPT disklabel (GUID: %s)"), str);
+ _("Created a new GPT disklabel (GUID: %s)."), str);
done:
return rc;
}
fdisk_label_set_changed(cxt->label, 1);
fdisk_sinfo(cxt, FDISK_INFO_SUCCESS,
- _("Partition UUID changed from %s to %s"),
+ _("Partition UUID changed from %s to %s."),
old_u, new_u);
return 0;
}
fdisk_label_set_changed(cxt->label, 1);
fdisk_sinfo(cxt, FDISK_INFO_SUCCESS,
- _("Partition name changed from '%s' to '%.*s'"),
+ _("Partition name changed from '%s' to '%.*s'."),
old, GPT_PART_NAME_LEN, str);
free(str);
free(old);