[vlc-devel] [PATCH 5/6] Replace playback rate with playback speed
Christoph Miebach
christoph.miebach at web.de
Tue Jul 3 11:06:22 CEST 2012
---
share/lua/http/dialogs/offset_window.html | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/share/lua/http/dialogs/offset_window.html b/share/lua/http/dialogs/offset_window.html
index 05a0fb3..e9fda48 100644
--- a/share/lua/http/dialogs/offset_window.html
+++ b/share/lua/http/dialogs/offset_window.html
@@ -65,8 +65,8 @@
//]]>
</script>
<div id="window_offset" title="<?vlc gettext("Track Synchronisation") ?>">
- <div><?vlc gettext("Playback Rate") ?></div>
- <div id="rateSlider" title="<?vlc gettext("Playback Rate") ?>"></div>
+ <div><?vlc gettext("Playback Speed") ?></div>
+ <div id="rateSlider" title="<?vlc gettext("Playback Speed") ?>"></div>
<div id="currentRate" class="dynamic">1x</div>
<br/>
<div><?vlc gettext("Audio Delay") ?></div>
--
1.7.9.2
More information about the vlc-devel
mailing list