diff options
Diffstat (limited to 'po/ko')
-rw-r--r-- | po/ko/preseed.po | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/po/ko/preseed.po b/po/ko/preseed.po index ce39f3652..24def1f8a 100644 --- a/po/ko/preseed.po +++ b/po/ko/preseed.po @@ -1561,7 +1561,7 @@ msgid "" "# Controls whether to use NTP to set the clock during the install\n" "d-i clock-setup/ntp boolean true\n" "# NTP server to use. The default is almost always fine here.\n" -"#d-i clock-setup/ntp-server ntp.example.com" +"#d-i clock-setup/ntp-server string ntp.example.com" msgstr "" "# 하드웨어 시계를 UTC로 할 지 여부를 결정합니다\n" "d-i clock-setup/utc boolean true\n" @@ -1573,7 +1573,7 @@ msgstr "" "# 설치하면서 시계를 맞출 때 NTP를 사용할 지 여부를 설정합니다.\n" "d-i clock-setup/ntp boolean true\n" "# 사용할 NTP 서버. 보통 기본값을 사용하는 게 좋습니다.\n" -"#d-i clock-setup/ntp-server ntp.example.com" +"#d-i clock-setup/ntp-server string ntp.example.com" #. Tag: title #: preseed.xml:813 @@ -1633,7 +1633,7 @@ msgid "" "# warning. This can be preseeded away...\n" "d-i partman-lvm/device_remove_lvm boolean true\n" "# The same applies to pre-existing software RAID array:\n" -"d-i parman-md/device_remove_md boolean true\n" +"d-i partman-md/device_remove_md boolean true\n" "# And the same goes for the confirmation to write the lvm partitions.\n" "d-i partman-lvm/confirm boolean true\n" "\n" |