[vlc-commits] Win32 installer: Fix typo
Jean-Baptiste Kempf
git at videolan.org
Tue Feb 8 11:41:07 CET 2011
vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Tue Feb 8 11:40:36 2011 +0100| [9880ab6837d53fa6b55caf9e41446c6484ac4e3b] | committer: Jean-Baptiste Kempf
Win32 installer: Fix typo
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=9880ab6837d53fa6b55caf9e41446c6484ac4e3b
---
extras/package/win32/languages/english.nsh | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/extras/package/win32/languages/english.nsh b/extras/package/win32/languages/english.nsh
index d32327d..c4c0e2a 100644
--- a/extras/package/win32/languages/english.nsh
+++ b/extras/package/win32/languages/english.nsh
@@ -60,4 +60,4 @@ StrCpy $Action_OnArrivalVideoFiles "Play video files"
StrCpy $Action_OnArrivalMusicFiles "Play audio files"
StrCpy $Action_OnArrivalDVDAudio "Play audio DVD"
-StrCpy $Licence_NextText "You are now aware about the your rights. Click Next to continue."
+StrCpy $Licence_NextText "You are now aware of your rights. Click Next to continue."
More information about the vlc-commits
mailing list