diff options
author | Martin Michlmayr <tbm@cyrius.com> | 2009-11-19 22:41:27 +0000 |
---|---|---|
committer | Martin Michlmayr <tbm@cyrius.com> | 2009-11-19 22:41:27 +0000 |
commit | 79592d21c556c771fca565ddba6028ac2e114b68 (patch) | |
tree | c8045037276e9afb30310050ed9a5cd72420c462 /po/vi | |
parent | 9db18fb58d52a1a7ca0b9dfd53a85c1b5ab01fa0 (diff) | |
download | installation-guide-79592d21c556c771fca565ddba6028ac2e114b68.zip |
Fix the preseeding example to say that allow_unauthenticated is a
boolean (and not a string).
Diffstat (limited to 'po/vi')
-rw-r--r-- | po/vi/preseed.po | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/po/vi/preseed.po b/po/vi/preseed.po index c10f5d2a4..90f01049f 100644 --- a/po/vi/preseed.po +++ b/po/vi/preseed.po @@ -2482,7 +2482,7 @@ msgid "" "# By default the installer requires that repositories be authenticated\n" "# using a known gpg key. This setting can be used to disable that\n" "# authentication. Warning: Insecure, not recommended.\n" -"#d-i debian-installer/allow_unauthenticated string true" +"#d-i debian-installer/allow_unauthenticated boolean true" msgstr "" "# Bạn có tùy chọn cài đặt phần mềm kiểu không tự do\n" "# và đã đóng góp.\n" @@ -2512,7 +2512,7 @@ msgstr "" "# được xác thực dùng một khoá GPG đã biết.\n" "# Thiết lập này có thể được dùng để tắt chức năng xác thực đó.\n" "# Cảnh báo : không bảo mật thì không khuyến khích.\n" -"#d-i debian-installer/allow_unauthenticated string true" +"#d-i debian-installer/allow_unauthenticated boolean true" #. Tag: title #: preseed.xml:990 |