mirror of
https://github.com/MidnightCommander/mc
synced 2024-12-22 04:22:34 +03:00
Ticket #2748: wrong message in menu item "Delete tagged files if a copy exists in the other directory".
This commit is contained in:
parent
7b28a01feb
commit
32f3a457f7
@ -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
Block a user