Skip to content

Commit

Permalink
Say "a dialog is shown" instead of "a menu pops up"
Browse files Browse the repository at this point in the history
Preferring "is shown" over "pops up", since the former is more general.
  • Loading branch information
henrikt-ma committed Feb 12, 2021
1 parent c573c54 commit 8caad44
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion chapters/annotations.tex
Expand Up @@ -1415,7 +1415,7 @@ \section{Annotations for the Graphical User Interface}\label{annotations-for-the
$\ldots$
end DialogDemo;
\end{lstlisting}
When clicking on an instance of model \lstinline!DialogDemo!, a menu pops up that may have the following layout (other layouts are also possible, this is vendor specific).
When clicking on an instance of model \lstinline!DialogDemo!, a dialog is shown that may have the following layout (other layouts are also possible, this is vendor specific).

\begin{center}
\includegraphics[scale=0.5]{disabledparameter}
Expand Down

0 comments on commit 8caad44

Please sign in to comment.