[vlc-devel] [PATCH 3/4] lua/http: add missing gettext() call

Pierre Ynard linkfanel at yahoo.fr
Sat Aug 8 02:33:55 CEST 2020


diff --git a/share/lua/http/index.html b/share/lua/http/index.html
index 433094f..95f0364 100644
--- a/share/lua/http/index.html
+++ b/share/lua/http/index.html
@@ -259,7 +259,7 @@
 			</div>
 		</div>
 		</div>
-		<div id="windowStreamConfirm" title="Confirm Stream Settings">
+		<div id="windowStreamConfirm" title="<?vlc gettext("Confirm Stream Settings") ?>">
 			<p>
 				<?vlc gettext("By creating a stream, the <i>Main Controls</i> will operate the stream instead of the main interface.") ?>
 				<?vlc gettext("The stream will be created using default settings, for more advanced configuration, or to modify the default settings, select the button to the right: <i>Manage Streams</i>") ?>
-- 
Pierre Ynard
"Une âme dans un corps, c'est comme un dessin sur une feuille de papier."


More information about the vlc-devel mailing list