sound: specify encoding in the XML declaration of gnome-sounds-default.xml
Without it, gettext mangles UTF-8 characters. See https://savannah.gnu.org/bugs/?52932 https://bugzilla.gnome.org/show_bug.cgi?id=787588
This commit is contained in:
parent
3807e45755
commit
9db20522d3
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
<?xml version="1.0"?>
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<sounds>
|
||||
<sound deleted="false">
|
||||
<!-- Translators: This is the name of an audio file that sounds like the bark of a dog.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue