Commit 24ab3b20 authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont

file: fix punctuation

parent 465f11bc
...@@ -176,7 +176,7 @@ int FileOpen( vlc_object_t *p_this ) ...@@ -176,7 +176,7 @@ int FileOpen( vlc_object_t *p_this )
{ {
msg_Err (p_access, "cannot open file %s (%m)", path); msg_Err (p_access, "cannot open file %s (%m)", path);
dialog_Fatal (p_access, _("File reading failed"), dialog_Fatal (p_access, _("File reading failed"),
_("VLC could not open the file \"%s\". (%m)"), path); _("VLC could not open the file \"%s\" (%m)."), path);
} }
} }
if (fd == -1) if (fd == -1)
......
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