diff options
author | David Kalnischkies <kalnischkies@gmail.com> | 2010-04-21 13:14:40 +0200 |
---|---|---|
committer | David Kalnischkies <kalnischkies@gmail.com> | 2010-04-21 13:14:40 +0200 |
commit | b564740226100331f1aba8a1e35a57e5483361f7 (patch) | |
tree | 0223b5737a08b5a05893e4da63ec433c9dd0ca1e /po/ko.po | |
parent | 05bae55fb7fe23b2061182a60db2f2f914a2d3ec (diff) |
replace backticks with single quote in broken packages message.
Thanks to Jari Aalto for spotting & patching! (Closes: #577168)
Diffstat (limited to 'po/ko.po')
-rw-r--r-- | po/ko.po | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -766,9 +766,9 @@ msgid " Done" msgstr " 완료" #: cmdline/apt-get.cc:684 -msgid "You might want to run `apt-get -f install' to correct these." +msgid "You might want to run 'apt-get -f install' to correct these." msgstr "" -"이 상황을 바로잡으려면 `apt-get -f install'을 실행해야 할 수도 있습니다." +"이 상황을 바로잡으려면 'apt-get -f install'을 실행해야 할 수도 있습니다." #: cmdline/apt-get.cc:687 msgid "Unmet dependencies. Try using -f." @@ -1083,8 +1083,8 @@ msgid "%s set to manually installed.\n" msgstr "%s 패키지 수동설치로 지정합니다.\n" #: cmdline/apt-get.cc:1794 -msgid "You might want to run `apt-get -f install' to correct these:" -msgstr "다음을 바로잡으려면 `apt-get -f install'을 실행해 보십시오:" +msgid "You might want to run 'apt-get -f install' to correct these:" +msgstr "다음을 바로잡으려면 'apt-get -f install'을 실행해 보십시오:" # FIXME: specify a solution? 무슨 솔루션? #: cmdline/apt-get.cc:1797 |