Commit d72aa5b3 authored by Benjamin Drung's avatar Benjamin Drung Committed by Rafaël Carré

Fix typo: overriden -> overridden.

Signed-off-by: default avatarRafaël Carré <funman@videolan.org>
parent e7179e2a
......@@ -186,7 +186,7 @@ static int Open( vlc_object_t *p_this )
while (dialog_Question (p_access, path,
N_("The output file already exists. "
"If recording continues, the file will be "
"overriden and its content will be lost."),
"overridden and its content will be lost."),
N_("Keep existing file"),
N_("Overwrite"), NULL) == 2);
free (path);
......
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