mirror of
git://git.code.sf.net/p/cdesktopenv/code
synced 2025-03-09 15:50:02 +00:00
NLS: fix quote issue with various OS's in C/types/_common.dt.tmsg
This commit is contained in:
parent
d6ece8fd00
commit
5cdeaf5b1f
1 changed files with 3 additions and 1 deletions
|
@ -1917,7 +1917,9 @@ $ Message 10040 - an error message when the file the user provided the Tar
|
||||||
$ action is not a folder. Don't translate %(File)Arg_1%, it will be
|
$ action is not a folder. Don't translate %(File)Arg_1%, it will be
|
||||||
$ the bad file name when the message is shown to the user.
|
$ the bad file name when the message is shown to the user.
|
||||||
$
|
$
|
||||||
10040 ERROR: \\\"%(File)Arg_1%\\\" is not a folder.
|
$quote "
|
||||||
|
10040 ERROR: "%(File)Arg_1%" is not a folder.
|
||||||
|
$quote
|
||||||
$
|
$
|
||||||
$ Messsages 10041 and 10042 are status messages for the user. These are
|
$ Messsages 10041 and 10042 are status messages for the user. These are
|
||||||
$ shown to the user when the Tar action is creating the tarball.
|
$ shown to the user when the Tar action is creating the tarball.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue