1
0
Fork 0
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:
Jon Trulson 2019-02-24 12:58:31 -07:00
parent d6ece8fd00
commit 5cdeaf5b1f

View file

@ -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
$ 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
$ shown to the user when the Tar action is creating the tarball.