[FFmpeg-cvslog] [ffmpeg-web] branch master updated. 5eb77b8 web/index: use "audio" and "video" in place of "audios" and "videos"
ffmpeg-cvslog at ffmpeg.org
ffmpeg-cvslog at ffmpeg.org
Thu Aug 13 11:46:50 CEST 2015
The branch, master has been updated
via 5eb77b8499027e943539cd03985b8f79e9fcedcb (commit)
from b598b2d9614adda23206711b8e4f8b708b5d567d (commit)
- Log -----------------------------------------------------------------
commit 5eb77b8499027e943539cd03985b8f79e9fcedcb
Author: Stefano Sabatini <stefasab at gmail.com>
AuthorDate: Wed Aug 12 16:07:44 2015 +0200
Commit: Stefano Sabatini <stefasab at gmail.com>
CommitDate: Wed Aug 12 16:07:44 2015 +0200
web/index: use "audio" and "video" in place of "audios" and "videos"
"Audios" is a dubious English term, "audio" sounds more correct and more
generic.
diff --git a/src/index b/src/index
index d5c3106..7a24517 100644
--- a/src/index
+++ b/src/index
@@ -18,7 +18,7 @@
</div> <!-- row -->
<div class="well example">
- <h3>Converting <strong>videos</strong> and <strong>audios</strong> has never been so easy.
+ <h3>Converting <strong>video</strong> and <strong>audio</strong> has never been so easy.
</h3>
<pre>$ ffmpeg -i input.mp4 output.avi</pre>
<div class="text-right">
-----------------------------------------------------------------------
Summary of changes:
src/index | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
hooks/post-receive
--
More information about the ffmpeg-cvslog
mailing list