summaryrefslogtreecommitdiffstats
path: root/fdisk/fdisksunlabel.c
diff options
context:
space:
mode:
Diffstat (limited to 'fdisk/fdisksunlabel.c')
-rw-r--r--fdisk/fdisksunlabel.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/fdisk/fdisksunlabel.c b/fdisk/fdisksunlabel.c
index ff54ed5b5..b4968676f 100644
--- a/fdisk/fdisksunlabel.c
+++ b/fdisk/fdisksunlabel.c
@@ -383,7 +383,7 @@ void create_sunlabel(void)
set_all_unchanged();
set_changed(0);
- get_boot(create_empty);
+ get_boot(create_empty_sun);
}
void
@@ -627,7 +627,7 @@ sun_change_sysid(int i, int sys) {
"there may destroy your partition table and bootblock.\n"
"Type YES if you're very sure you would like that partition\n"
"tagged with 82 (Linux swap): "));
- if (strcmp (line_ptr, "YES\n"))
+ if (strcmp (line_ptr, _("YES\n")))
return;
}
switch (sys) {