summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog5
-rw-r--r--Completion/X/Command/_mplayer2
2 files changed, 5 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 89e006ef5..ebe2b200c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
2013-02-07 Peter Stephenson <p.w.stephenson@ntlworld.com>
+ * Wieland Hoffmann: 31030: Completion/X/Command/_mplayer:
+ improve label for selected files.
+
* Wieland Hoffmann: 31029: README: correct directory.
* Han Pingtian: 31027: Completion/Unix/Type/_files: remove
@@ -501,5 +504,5 @@
*****************************************************
* This is used by the shell to define $ZSH_PATCHLEVEL
-* $Revision: 1.5797 $
+* $Revision: 1.5798 $
*****************************************************
diff --git a/Completion/X/Command/_mplayer b/Completion/X/Command/_mplayer
index 81669fc1c..c2d375b1f 100644
--- a/Completion/X/Command/_mplayer
+++ b/Completion/X/Command/_mplayer
@@ -114,7 +114,7 @@ case "$state" in
mfiles)
_tags files urls
while _tags; do
- _requested files expl 'video file' _files -g \
+ _requested files expl 'media file' _files -g \
"*.(#i)(asf|asx|avi|flac|flv|m1v|m2p|m2v|m4v|mjpg|mka|mkv|mov|mp3|mp4|mpe|mpeg|mpg|ogg|ogm|qt|rm|vob|wav|webm|wma|wmv)(-.)" && ret=0
if _requested urls; then
while _next_label urls expl URL; do