On Sat, 2014-11-29 at 21:09 +0500, Alexander E. Patrakov wrote: > Pavel Machek reported in his blog that our message about the system mode > has a dead link in it. And this link is also present in translations. > So, I replaced it in the source and fixed all translations using a script: > > for a in po/*.po ; do msgcat --no-wrap $a | sed > 's at http://pulseaudio.org/wiki/WhatIsWrongWithSystemMod > @http://pulseaudio.org/wiki/WhatIsWrongWithSystemMode @g' | sed > 's at http://pulseaudio.org/wiki/WhatIsWrongWithSystemMode at http://www.freedesktop.org/wiki/Software/PulseAudio/Documentation/User/WhatIsWrongWithSystemWide/@g' > | sed 's@/\.@/ . at g' | sed 's@/,@/ , at g' | msgcat - > $a.new > > git add -i # to filter out formatting changes > > The "/." and "/," replacements are needed so that various terminal > emulators don't include the trailing "." or "," into the clickable URL. > > The resulting patch is attached, just in case, in order to avoid > damaging non-ASCII characters. Thanks, applied! -- Tanu