[vlc-commits] commit: Spelling ( Rémi Denis-Courmont )
git at videolan.org
git at videolan.org
Sat Jun 5 12:35:03 CEST 2010
vlc/vlc-1.1 | branch: master | Rémi Denis-Courmont <remi at remlab.net> | Sat Jun 5 13:18:00 2010 +0300| [ba4e1b23d6a744b05a120d8393fe95be4836c295] | committer: Rémi Denis-Courmont
Spelling
(cherry picked from commit 3e258835cb95562a5a8ebbbb9f6c11e7b073a41b)
> http://git.videolan.org/gitweb.cgi/vlc/vlc-1.1.git/?a=commit;h=ba4e1b23d6a744b05a120d8393fe95be4836c295
---
modules/access/sftp.c | 2 +-
modules/demux/ts.c | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/modules/access/sftp.c b/modules/access/sftp.c
index 01795e0..51d4b67 100644
--- a/modules/access/sftp.c
+++ b/modules/access/sftp.c
@@ -134,7 +134,7 @@ static int Open( vlc_object_t* p_this )
else
{
dialog_Login( p_access, &psz_username, &psz_password,
- _("SFTP authentification"),
+ _("SFTP authentication"),
_("Please enter a valid login and password for the sftp "
"connexion to %s"), url.psz_host );
if( EMPTY_STR(psz_username) || !psz_password )
diff --git a/modules/demux/ts.c b/modules/demux/ts.c
index 99899a6..d6b26f6 100644
--- a/modules/demux/ts.c
+++ b/modules/demux/ts.c
@@ -157,7 +157,7 @@ static void Close ( vlc_object_t * );
#define SPLIT_ES_TEXT N_("Separate sub-streams")
#define SPLIT_ES_LONGTEXT N_( \
- "Separate teletex/dvbs pages into independant ES. " \
+ "Separate teletex/dvbs pages into independent ES. " \
"It can be useful to turn off this option when using stream output." )
vlc_module_begin ()
More information about the vlc-commits
mailing list