[vlc-commits] Http: fix punctuation spacing
Jean-Baptiste Kempf
git at videolan.org
Wed Jan 4 01:36:14 CET 2012
vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Wed Jan 4 01:34:00 2012 +0100| [dad067c4fcdd65f9d2068d177c12342c88e01ecb] | committer: Jean-Baptiste Kempf
Http: fix punctuation spacing
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=dad067c4fcdd65f9d2068d177c12342c88e01ecb
---
share/lua/http/index.html | 2 +-
share/lua/http/mobile_equalizer.html | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/share/lua/http/index.html b/share/lua/http/index.html
index ca72059..7b74893 100644
--- a/share/lua/http/index.html
+++ b/share/lua/http/index.html
@@ -271,7 +271,7 @@
<?vlc gettext("To stop the stream and resume normal controls, click the <i>Open Stream</i> button again.") ?>
</p>
<p>
- <?vlc gettext("Are you sure you wish to create the stream ?") ?>
+ <?vlc gettext("Are you sure you wish to create the stream?") ?>
</p>
</div>
<?vlc
diff --git a/share/lua/http/mobile_equalizer.html b/share/lua/http/mobile_equalizer.html
index 2174898..d2d55a9 100644
--- a/share/lua/http/mobile_equalizer.html
+++ b/share/lua/http/mobile_equalizer.html
@@ -59,7 +59,7 @@
<body>
<div id="window_equalizer" title="<?vlc gettext("Graphical Equalizer") ?>">
<div style="margin: 5px 5px 5px 5px;">
- <div><?vlc gettext("Preamp: ") ?><span id="preamp_txt">0dB</span></div>
+ <div><?vlc gettext("Preamp:") ?> <span id="preamp_txt">0dB</span></div>
</div>
<div style="margin: 5px 5px 10px 5px;">
<div id="preamp" style="font-size: 22px;"></div>
More information about the vlc-commits
mailing list