From 5cdeaf5b1f65e8953812c7459b9b04bbcf8f8c98 Mon Sep 17 00:00:00 2001 From: Jon Trulson Date: Sun, 24 Feb 2019 12:58:31 -0700 Subject: [PATCH] NLS: fix quote issue with various OS's in C/types/_common.dt.tmsg --- cde/programs/localized/C/types/_common.dt.tmsg | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/cde/programs/localized/C/types/_common.dt.tmsg b/cde/programs/localized/C/types/_common.dt.tmsg index b930fc61..caec730e 100644 --- a/cde/programs/localized/C/types/_common.dt.tmsg +++ b/cde/programs/localized/C/types/_common.dt.tmsg @@ -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. -- 2.25.1