diff options
-rw-r--r-- | debian/changelog | 3 | ||||
-rw-r--r-- | po/fr.po | 4 |
2 files changed, 6 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog index f87586f30..a0b017261 100644 --- a/debian/changelog +++ b/debian/changelog @@ -5,6 +5,9 @@ apt (0.5.23) unstable; urgency=low symlinks are created correctly * Updated Simplified Chinese translation of message catalog from Tchaikov <chaisave@263.net> (Closes: #234186) + * Fix whitespace in French translation of "Yes, do as I say!", which + made it tricky to type, again. Thanks to Sylvain Pasche + <sylvain.pasche@switzerland.org> (Closes: #234494) -- @@ -792,9 +792,11 @@ msgstr "" "L'option --trivial-only a été indiquée mais il ne s'agit pas d'une opération " "triviale." +# The space before the exclamation mark must not be a non-breaking space; this +# sentence is supposed to be typed by a user who cannot see the difference. #: cmdline/apt-get.cc:818 msgid "Yes, do as I say!" -msgstr "Oui, faites ce que je vous dis !" +msgstr "Oui, faites ce que je vous dis !" #: cmdline/apt-get.cc:820 #, c-format |