diff options
author | Frans Pop <elendil@planet.nl> | 2007-01-14 13:31:39 +0000 |
---|---|---|
committer | Frans Pop <elendil@planet.nl> | 2007-01-14 13:31:39 +0000 |
commit | 8f50cda6f9d82695223a4ed5f10345b7ea7a79f5 (patch) | |
tree | 91632ac8a059e91bf2502fbf70aa2a49e7ae3f1a /po | |
parent | 779f0ace84066358670100eb801bfaf77a17a5ea (diff) | |
download | installation-guide-8f50cda6f9d82695223a4ed5f10345b7ea7a79f5.zip |
Unfuzzy string that was incorrectly updated due to unfortunate timing
Diffstat (limited to 'po')
-rw-r--r-- | po/ru/random-bits.po | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/po/ru/random-bits.po b/po/ru/random-bits.po index d1aff2e4a..d58d93e54 100644 --- a/po/ru/random-bits.po +++ b/po/ru/random-bits.po @@ -1544,7 +1544,7 @@ msgstr "" #. Tag: para #: random-bits.xml:701 -#, fuzzy, no-c-format +#, no-c-format msgid "" "Installing and setting up <classname>grub</classname> is as easy as: " "<informalexample><screen>\n" @@ -1559,7 +1559,7 @@ msgstr "" "Установить и настроить <classname>grub</classname> легко: " "<informalexample><screen>\n" "# aptitude install grub\n" -"# grub-install --recheck --no-floppy /dev/<replaceable>hda</replaceable>\n" +"# grub-install /dev/<replaceable>hda</replaceable>\n" "# update-grub\n" "</screen></informalexample> Вторая команда устанавливает <command>grub</" "command> (в данном случае в MBR диска <literal>hda</literal>). Последняя " |