From 7d28b406edfbca01c0c78c8d32a6e6c775ece577 Mon Sep 17 00:00:00 2001 From: Gerd Kurzbach Date: Fri, 4 Mar 2022 07:24:48 +0100 Subject: [PATCH] Also need to guard the period Co-authored-by: Henrik Tidefelt --- chapters/packages.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chapters/packages.tex b/chapters/packages.tex index bf20627e8..c5d63a491 100644 --- a/chapters/packages.tex +++ b/chapters/packages.tex @@ -388,7 +388,7 @@ \section{Multilingual Descriptions}\label{multilingual-descriptions} At first there can be an optional comment describing the location (file name and line number) of the text to translate. Multiple occurences of the same string can be listed here, separated by space. -Then, the \lstinline!! behind the keyword \lstinline!msgctxt! is the full name of the Modelica class (e.g. \lstinline!Modelica.Blocks.Math.Sin!) where the text appears in. +Then, the \lstinline!! behind the keyword \lstinline!msgctxt! is the full name of the Modelica class (e.g., \lstinline!Modelica.Blocks.Math.Sin!) where the text appears in. Short class definitions do not appear here. Texts in such classes belong to the enclosing full class definition.