+ fix download dialog

git-svn-id: https://free-cad.svn.sourceforge.net/svnroot/free-cad/trunk@5200 e8eeb9e2-ec13-0410-a4a9-efa5cf37419d
This commit is contained in:
wmayer
2011-11-29 14:36:46 +00:00
parent d427cfa664
commit 11fd74ad2b
5 changed files with 201 additions and 159 deletions

View File

@@ -157,7 +157,7 @@ CmdWebBrowserStop::CmdWebBrowserStop()
sAppModule = "Web";
sGroup = QT_TR_NOOP("Web");
sMenuText = QT_TR_NOOP("Stop loading");
sToolTipText = QT_TR_NOOP("Stop the actuall loading");
sToolTipText = QT_TR_NOOP("Stop the current loading");
sWhatsThis = sToolTipText;
sStatusTip = sToolTipText;
sPixmap = "actions/web-stop";