1
0
mirror of https://github.com/clementine-player/Clementine synced 2024-12-14 10:24:19 +01:00

Change the buffer duration label text

This commit is contained in:
David Sansome 2010-11-18 23:34:31 +00:00
parent 171de9dde6
commit ffb2a58daf

View File

@ -354,7 +354,7 @@
<item row="2" column="0"> <item row="2" column="0">
<widget class="QLabel" name="buffer_duration_label"> <widget class="QLabel" name="buffer_duration_label">
<property name="text"> <property name="text">
<string>Buffer Duration (ms)</string> <string>Buffer duration</string>
</property> </property>
</widget> </widget>
</item> </item>