[latex3-commits] [git/LaTeX3-latex3-pdfresources] rename-coredict: adapt messages (ed93c13)

Ulrike Fischer fischer at troubleshooting-tex.de
Sat Nov 21 12:40:47 CET 2020


Repository : https://github.com/latex3/pdfresources
On branch  : rename-coredict
Link       : https://github.com/latex3/pdfresources/commit/ed93c1312ad7f4f1a8713f70e9b0f9bc6b70cc24

>---------------------------------------------------------------

commit ed93c1312ad7f4f1a8713f70e9b0f9bc6b70cc24
Author: Ulrike Fischer <fischer at troubleshooting-tex.de>
Date:   Sat Nov 21 12:40:47 2020 +0100

    adapt messages


>---------------------------------------------------------------

ed93c1312ad7f4f1a8713f70e9b0f9bc6b70cc24
 l3pdfmanagement.dtx | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/l3pdfmanagement.dtx b/l3pdfmanagement.dtx
index 7991636..06c5a0f 100644
--- a/l3pdfmanagement.dtx
+++ b/l3pdfmanagement.dtx
@@ -476,31 +476,31 @@
 % \subsection{Messages}
 %    \begin{macrocode}
 \msg_new:nnn  { pdfmanagement } { unknown-dict }
-              { The~path/dictionary~'#1'~is~not~declared. }
+              { The~PDF~management~resource~'#1'~is~unknown. }
 
 \msg_new:nnn  { pdfmanagement } { empty-value }
               { The~value~for~#1~is~empty~and~will~be~ignored }
 
 \msg_new:nnn  { pdfmanagement } { no-removal }
-              { It~is~not~possible~to~remove~values~from~path/dictionary~'#1'.}
+              { It~is~not~possible~to~remove~values~from~'#1'.}
 
 \msg_new:nnn  { pdfmanagement } { no-show }
-              { It~is~not~possible~to~show~the~path/dictionary~'#1'.}
+              { It~is~not~possible~to~show~the~content~of~'#1'.}
 
 \msg_new:nnn  { pdfmanagement } { show-dict }
   {
-    The~path/dictionary~'#1'~
+    The~PDF~resource~'#1'~
     \tl_if_empty:nTF {#2}
       { is~empty \\>~ . }
       { contains~the~pairs~(without~outer~braces): #2 . }
   }
 \msg_new:nnn  { pdfmanagement } { dict-already-defined  }
   {
-    The~path/dictionary~'#1'~is~already~defined.
+    The~path~'#1'~is~already~defined.
   }
 \msg_new:nnn  { pdfmanagement } { inactive  }
   {
-    The~pdfresources~managment~is~not~active\\
+    The~PDF~resources~managment~is~not~active\\
     command~'#1'~ignored.
   }
 %    \end{macrocode}





More information about the latex3-commits mailing list.