mirror of https://github.com/MidnightCommander/mc
Ticket #2748: wrong message in menu item "Delete tagged files if a copy exists in the other directory".
This commit is contained in:
parent
6fc8676c34
commit
27bcf2ee98
|
@ -115,7 +115,7 @@ D Delete tagged files if a copy exists in the other directory.
|
|||
echo "$i and %D/$i differ: NOT deleted."
|
||||
fi
|
||||
else
|
||||
echo "%f has no copy in %D/%f: NOT deleted."
|
||||
echo "%i has no copy in %D: NOT deleted."
|
||||
fi
|
||||
done
|
||||
|
||||
|
|
|
@ -96,7 +96,7 @@ D Обриши означене датотеке ако постоји к
|
|||
echo "$i и %D/$i се разликују: НИЈЕ обрисана."
|
||||
fi
|
||||
else
|
||||
echo "%f нема копију у %D/%f: НИЈЕ обрисана."
|
||||
echo "%f нема копију у %D: НИЈЕ обрисана."
|
||||
fi
|
||||
done
|
||||
|
||||
|
|
Loading…
Reference in New Issue