Ticket #2748: wrong message in menu item "Delete tagged files if a copy exists in the other directory".

This commit is contained in:
Victor Homyakov 2012-03-14 15:19:20 +03:00 committed by Slava Zanko
parent 7b28a01feb
commit 32f3a457f7
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -96,7 +96,7 @@ D Обриши означене датотеке ако постоји к
echo "$i и %D/$i се разликују: НИЈЕ обрисана."
fi
else
echo "%f нема копију у %D/%f: НИЈЕ обрисана."
echo "%f нема копију у %D: НИЈЕ обрисана."
fi
done