Skip to content

Commit

Permalink
Update chapters/packages.tex
Browse files Browse the repository at this point in the history
Co-authored-by: Henrik Tidefelt <henrikt@wolfram.com>
  • Loading branch information
HansOlsson and henrikt-ma committed Oct 11, 2022
1 parent 735415e commit 550a07a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion chapters/packages.tex
Expand Up @@ -352,7 +352,7 @@ \section{Multilingual Descriptions}\label{multilingual-descriptions}
Consider:
\begin{lstlisting}[language=modelica]
annotation(…, Text(string = "1st Frequency is %f1."),
Text(string = "2nd Frequency "+"is "+String(f2)+"."));
Text(string = "2nd Frequency "+"is "+String(f2)+"."), $\ldots$);
\end{lstlisting}
In this example only the string \lstinline!"1st Frequency is %f1."! can be translated, and no strings from the second line.
\end{example}
Expand Down

0 comments on commit 550a07a

Please sign in to comment.