Qucs / qucs

Qucs Project official mirror
http://qucs.sourceforge.net/
GNU General Public License v2.0
1.16k stars 213 forks source link

Internationalize "description" string and show tooltip only is showFrame is set #869

Closed andresmmera closed 6 years ago

andresmmera commented 6 years ago

According to https://github.com/Qucs/qucs/pull/764#pullrequestreview-155714159, it is needed to have the description string internationalized. Otherwise Qucs will show the tooltip for all languages except English even when it is not expected to be shown.

In addition to this, now the tooltip is only displayed if the showFrame is set.

andresmmera commented 6 years ago

As expected, the same problem with cmake as in #862 arose. I'll wait until #862 is merged to do the rebase.

guitorri commented 6 years ago

Please rebase.

andresmmera commented 6 years ago

Rebased

image