[vlc-commits] file: fix punctuation

Rémi Denis-Courmont git at videolan.org
Mon Apr 1 16:49:35 CEST 2013


vlc | branch: master | Rémi Denis-Courmont <remi at remlab.net> | Mon Apr  1 17:49:22 2013 +0300| [24ab3b20fb4443db9bf220507d74879e138985e3] | committer: Rémi Denis-Courmont

file: fix punctuation

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=24ab3b20fb4443db9bf220507d74879e138985e3
---

 modules/access/file.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/modules/access/file.c b/modules/access/file.c
index e8b54bc..69fc0dc 100644
--- a/modules/access/file.c
+++ b/modules/access/file.c
@@ -176,7 +176,7 @@ int FileOpen( vlc_object_t *p_this )
         {
             msg_Err (p_access, "cannot open file %s (%m)", path);
             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)



More information about the vlc-commits mailing list