[vlc-devel] [PATCH 2/2] http intf: Manage Streams: Create Mosaic: Capitalize first letter, remove : in the first column. All except 'Row/Column Border' occur at different places as well

Christoph Miebach christoph.miebach at web.de
Sun Mar 31 00:08:14 CET 2013


---
 share/lua/http/dialogs/mosaic_window.html | 16 ++++++++--------
 1 file changed, 8 insertions(+), 8 deletions(-)

diff --git a/share/lua/http/dialogs/mosaic_window.html b/share/lua/http/dialogs/mosaic_window.html
index 171f550..a93c0b6 100644
--- a/share/lua/http/dialogs/mosaic_window.html
+++ b/share/lua/http/dialogs/mosaic_window.html
@@ -93,37 +93,37 @@
 <div id="window_mosaic" title="<?vlc gettext("Create Mosaic") ?>">
 	<table id="mosaic_options">
 		<tr>
-			<td style="text-align:right"><?vlc gettext("Rows:") ?></td>
+			<td style="text-align:right"><?vlc gettext("Rows") ?></td>
 			<td>
 				<input type="text" name="mosaic_rows" id="mosaic_rows" size="3" value="2"/>
 			</td>
-			<td style="text-align:right"><?vlc gettext("x offset") ?></td>
+			<td style="text-align:right"><?vlc gettext("X offset") ?></td>
 			<td>
 				<input type="text" name="mosaic_xoff" id="mosaic_xoff" size="3" value="0" disabled="disabled"/>
 			</td>
-			<td style="text-align:right"><?vlc gettext("row border") ?></td>
+			<td style="text-align:right"><?vlc gettext("Row border") ?></td>
 			<td>
 				<input type="text" name="mosaic_rbord" id="mosaic_rbord" size="3" value="5"/>
 			</td>
-			<td style="text-align:right"><?vlc gettext("width") ?></td>
+			<td style="text-align:right"><?vlc gettext("Width") ?></td>
 			<td>
 				<input type="text" name="mosaic_width" id="mosaic_width" size="3" value="100" disabled="disabled"/>
 			</td>
 		</tr>
 		<tr>
-			<td style="text-align:right"><?vlc gettext("Columns:") ?></td>
+			<td style="text-align:right"><?vlc gettext("Columns") ?></td>
 			<td>
 				<input type="text" name="mosaic_cols" id="mosaic_cols" size="3" value="2"/>
 			</td>
-			<td style="text-align:right"><?vlc gettext("y offset") ?></td>
+			<td style="text-align:right"><?vlc gettext("Y offset") ?></td>
 			<td>
 				<input type="text" name="mosaic_yoff" id="mosaic_yoff" size="3" value="0" disabled="disabled"/>
 			</td>
-			<td style="text-align:right"><?vlc gettext("column border") ?></td>
+			<td style="text-align:right"><?vlc gettext("Column border") ?></td>
 			<td>
 				<input type="text" name="mosaic_cbord" id="mosaic_cbord" size="3" value="5"/>
 			</td>
-			<td style="text-align:right"><?vlc gettext("height") ?></td>
+			<td style="text-align:right"><?vlc gettext("Height") ?></td>
 			<td>
 				<input type="text" name="mosaic_height" id="mosaic_height" size="3" value="100" disabled="disabled"/>
 			</td>
-- 
1.8.1.4




More information about the vlc-devel mailing list