Commit dad067c4 authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

Http: fix punctuation spacing

parent c53d878a
......@@ -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
......
......@@ -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>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment