[vlc-commits] lua/http: add missing gettext() call
Pierre Ynard
git at videolan.org
Tue Aug 18 17:18:35 CEST 2020
vlc/vlc-3.0 | branch: master | Pierre Ynard <linkfanel at yahoo.fr> | Tue Aug 18 16:53:33 2020 +0200| [e56b80e0054f595e1d376249ebba401b106e24da] | committer: Pierre Ynard
lua/http: add missing gettext() call
(cherry picked from commit 9eb831b8070ff3556c6ce18678e885bf125872b7)
Signed-off-by: Pierre Ynard <linkfanel at yahoo.fr>
> http://git.videolan.org/gitweb.cgi/vlc/vlc-3.0.git/?a=commit;h=e56b80e0054f595e1d376249ebba401b106e24da
---
share/lua/http/index.html | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/share/lua/http/index.html b/share/lua/http/index.html
index 0a72a28454..d540c4108b 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>") ?>
More information about the vlc-commits
mailing list