[FFmpeg-devel] [PATCH] web/index: use "audio" and "video" in place of "audios" and "videos"
Stefano Sabatini
stefasab at gmail.com
Wed Aug 12 16:09:24 CEST 2015
"Audios" is a dubious English term, "audio" sounds more correct and more
generic.
---
src/index | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
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">
--
1.9.1
More information about the ffmpeg-devel
mailing list