]> git.phdru.name Git - dotfiles.git/commitdiff
.mc/menu: Change wording
authorOleg Broytman <phd@phdru.name>
Sun, 14 Apr 2019 16:14:21 +0000 (19:14 +0300)
committerOleg Broytman <phd@phdru.name>
Sun, 14 Apr 2019 16:14:21 +0000 (19:14 +0300)
Replace "with recoded" by "recoding".

.mc/menu

index d2191068875771f4e66679d34d8fafbe3b54b6f3..8c75e0b742450b45bd5ae7d3ce641f21cea5e768 100644 (file)
--- a/.mc/menu
+++ b/.mc/menu
@@ -261,7 +261,7 @@ z  Compress the current subdirectory to zip
    echo ../"$zip".zip created.
 
 + t d & f ^\.\.$
-y  Compress the current subdirectory to zip with recoded filenames
+y  Compress the current subdirectory to zip recoding filenames
    Pwd="`basename %d /`"
    echo -n "Name of the distribution file (without extension) [$Pwd]: "
    read zip
@@ -307,7 +307,7 @@ z  zip the file/directory
    exec zip -r9 %f.zip %f
 
 + ! f \.(z|Z|bz2|gz|lz|lzma)|(tbz2|tgz|tz|zip|ZIP|rar|RAR|xz|7z)$ & t r
-y  zip the file/directory with recoded filename(s)
+y  zip the file/directory recoding filename(s)
    exec zip.py %f.zip %f
 
 + t t
@@ -316,7 +316,7 @@ Z  zip selected files/directories
    exec zip -r9 "$ZIP" %s
 
 + t t
-Y  zip these files/directories with recoded filenames
+Y  zip selected files/directories recoding filenames
    ZIP=%{Enter zip name}
    exec zip.py "$ZIP" %s
 
@@ -449,11 +449,11 @@ X  Extract another compressed file
    exec $P %D/%F
 
 + t r & f \.(zip|ZIP)$
-y  Extract from zip with recoded filenames
+y  Extract from zip recoding filenames
    exec unzip.py %f
 
 + T r & F \.(zip|ZIP)$
-Y  Extract from other zip with recoded filenames
+Y  Extract from other zip recoding filenames
    exec unzip.py %D/%F
 
 + t r