summaryrefslogtreecommitdiff
path: root/fdisks/fdisk.c
diff options
context:
space:
mode:
Diffstat (limited to 'fdisks/fdisk.c')
-rw-r--r--fdisks/fdisk.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/fdisks/fdisk.c b/fdisks/fdisk.c
index d7e01faa..0bc9fcd7 100644
--- a/fdisks/fdisk.c
+++ b/fdisks/fdisk.c
@@ -185,7 +185,7 @@ void change_partition_type(struct fdisk_context *cxt)
t ? t->name : _("Unknown"));
} else {
fdisk_info(cxt,
- _("Type of partition %zu is unchanged: %s".),
+ _("Type of partition %zu is unchanged: %s."),
i + 1,
org_t ? org_t->name : _("Unknown"));
}