|
From: Lasse Kärkkäi. <tr...@us...> - 2009-07-26 09:42:55
|
Module: performous Branch: master Commit: 72979e510f8ea9a7a1769e965f96ce9b83d271d7 Author: Lasse Karkkainen <tro...@tr...> Date: Sun Jul 26 12:42:37 2009 +0300 Modify default config/schema. --- data/performous.xml | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/data/performous.xml b/data/performous.xml index 29dc585..fef828c 100644 --- a/data/performous.xml +++ b/data/performous.xml @@ -159,15 +159,15 @@ <limits min="0" max="100" step="5" /> <locale name="C"> <short>Menu volume</short> - <long>The volume level of menus, song previews and jukebox mode</long> + <long>The volume level of menus, song previews and jukebox mode.</long> </locale> </entry> - <entry name="audio/music_volume" type="int" value="100"> + <entry name="audio/music_volume" type="int" value="90"> <ui unit=" %" /> <limits min="0" max="100" step="5" /> <locale name="C"> <short>Music volume</short> - <long>The ingame music volume</long> + <long>The ingame music volume. Values above 90 are not recommended as distortion may occur.</long> </locale> </entry> |