Improvement for strings 112 & 113

Here you can propose new features, make suggestions etc.

Moderators: white, Hacker, petermad, Stefan2

Post Reply
yong
Member
Member
Posts: 110
Joined: 2009-05-20, 07:23 UTC

Improvement for strings 112 & 113

Post by *yong »

The current string 112 in the language file looks clumsy and is almost impossible to be translated properly into other languages. I think the error message could be better presented if strings 112 and 113 were rephrased like this:

Code: Select all

112="You cannot copy/move the source directory\r[%s]\ror create a shortcut for it, because the target\r["
113="is a subdirectory of the source!"
The resulting error message would be like this:

Code: Select all

You cannot copy/move the source directory
[path to the source directory]
or create a shortcut for it, because the target
[path to the target directory]
is a subdirectory of the source!
Post Reply