Commit 3e258835 authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont

Spelling

parent d8685373
...@@ -134,7 +134,7 @@ static int Open( vlc_object_t* p_this ) ...@@ -134,7 +134,7 @@ static int Open( vlc_object_t* p_this )
else else
{ {
dialog_Login( p_access, &psz_username, &psz_password, dialog_Login( p_access, &psz_username, &psz_password,
_("SFTP authentification"), _("SFTP authentication"),
_("Please enter a valid login and password for the sftp " _("Please enter a valid login and password for the sftp "
"connexion to %s"), url.psz_host ); "connexion to %s"), url.psz_host );
if( EMPTY_STR(psz_username) || !psz_password ) if( EMPTY_STR(psz_username) || !psz_password )
......
...@@ -157,7 +157,7 @@ static void Close ( vlc_object_t * ); ...@@ -157,7 +157,7 @@ static void Close ( vlc_object_t * );
#define SPLIT_ES_TEXT N_("Separate sub-streams") #define SPLIT_ES_TEXT N_("Separate sub-streams")
#define SPLIT_ES_LONGTEXT N_( \ #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." ) "It can be useful to turn off this option when using stream output." )
vlc_module_begin () vlc_module_begin ()
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment