diff options
author | Frans Pop <elendil@planet.nl> | 2008-04-28 10:38:51 +0000 |
---|---|---|
committer | Frans Pop <elendil@planet.nl> | 2008-04-28 10:38:51 +0000 |
commit | 6a77d37c72ccaedf2e80b04d053169f5531a3f94 (patch) | |
tree | 72ae5bc7894a7946bbcc1a652901545507428009 /po/zh_CN | |
parent | 57c9acbf0efdc04b4c925cd56e4bbd99ce6f2562 (diff) | |
download | installation-guide-6a77d37c72ccaedf2e80b04d053169f5531a3f94.zip |
Let mkpasswd example match man page; also update translations
Diffstat (limited to 'po/zh_CN')
-rw-r--r-- | po/zh_CN/preseed.po | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/po/zh_CN/preseed.po b/po/zh_CN/preseed.po index 6f6d4a796..7c51cd35b 100644 --- a/po/zh_CN/preseed.po +++ b/po/zh_CN/preseed.po @@ -1915,8 +1915,8 @@ msgstr "密码的 MD5 哈希值可以用下面命令产生。" #. Tag: screen #: preseed.xml:892 #, no-c-format -msgid "$ echo \"r00tme\" | mkpasswd -s -H MD5" -msgstr "$ echo \"r00tme\" | mkpasswd -s -H MD5" +msgid "$ echo \"r00tme\" | mkpasswd -s -m md5" +msgstr "$ echo \"r00tme\" | mkpasswd -s -m md5" #. Tag: title #: preseed.xml:898 |