Why is the first string "Go to Reference" and the second "Jump to the reference".
Why not have them just the same? (this is from QRefDialogBase.ui) <widget> <class>QPushButton</class> <property stdset="1"> <name>name</name> <cstring>gotoPB</cstring> </property> <property stdset="1"> <name>sizePolicy</name> <sizepolicy> <hsizetype>3</hsizetype> <vsizetype>0</vsizetype> </sizepolicy> </property> <property stdset="1"> <name>text</name> <string>&Go to Reference</string> </property> <property> <name>toolTip</name> <string>Jump to the reference</string> </property> </widget> -- Lgb