[vlc-commits] VLSub: Correct casing of "VLC" string
Marvin Scholz
git at videolan.org
Wed Feb 21 21:23:38 CET 2018
vlc | branch: master | Marvin Scholz <epirat07 at gmail.com> | Fri Feb 16 17:25:14 2018 +0100| [a50b1c02e9ec87ae5f544053119aafa0ea51e85a] | committer: Marvin Scholz
VLSub: Correct casing of "VLC" string
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=a50b1c02e9ec87ae5f544053119aafa0ea51e85a
---
share/lua/extensions/VLSub.lua | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/share/lua/extensions/VLSub.lua b/share/lua/extensions/VLSub.lua
index 2a5b708043..2ca4555f36 100644
--- a/share/lua/extensions/VLSub.lua
+++ b/share/lua/extensions/VLSub.lua
@@ -133,16 +133,16 @@ local options = {
<a href='http://addons.videolan.org'>addons.videolan.org</a>.
]],
int_no_support_mess = [[
- <strong>VLSub is not working with Vlc 2.1.x on
+ <strong>VLSub is not working with VLC 2.1.x on
any platform</strong>
because the lua "net" module needed to interact
with opensubtitles has been
removed in this release for the extensions.
<br>
- <strong>Works with Vlc 2.2 on mac and linux.</strong>
+ <strong>Works with VLC 2.2 on mac and linux.</strong>
<br>
<strong>On windows you have to install an older version
- of Vlc (2.0.8 for example)</strong>
+ of VLC (2.0.8 for example)</strong>
to use Vlsub:
<br>
<a target="_blank" rel="nofollow"
More information about the vlc-commits
mailing list