Cleanup non-short-url wiki links in translations
...to avoid translators translating the url varable names
This commit is contained in:
parent
cd7e49f6ae
commit
d61de347ea
|
@ -480,7 +480,7 @@ void MainWindow::tile()
|
||||||
mb.setIcon(QMessageBox::Warning);
|
mb.setIcon(QMessageBox::Warning);
|
||||||
mb.setTextFormat(Qt::RichText);
|
mb.setTextFormat(Qt::RichText);
|
||||||
mb.setText(tr("There is a rendering issue on MacOS."));
|
mb.setText(tr("There is a rendering issue on MacOS."));
|
||||||
mb.setInformativeText(tr("See <a href=\"http://www.freecadweb.org/wiki/index.php?title=OpenGL_on_MacOS\"> the wiki</a> for more information"));
|
mb.setInformativeText(tr("See <a href=\"http://www.freecadweb.org/wiki/OpenGL_on_MacOS\"> the wiki</a> for more information"));
|
||||||
|
|
||||||
QAbstractButton *suppressBtn;
|
QAbstractButton *suppressBtn;
|
||||||
suppressBtn = mb.addButton(tr("Don't show again"), QMessageBox::DestructiveRole);
|
suppressBtn = mb.addButton(tr("Don't show again"), QMessageBox::DestructiveRole);
|
||||||
|
@ -508,7 +508,7 @@ void MainWindow::cascade()
|
||||||
mb.setIcon(QMessageBox::Warning);
|
mb.setIcon(QMessageBox::Warning);
|
||||||
mb.setTextFormat(Qt::RichText);
|
mb.setTextFormat(Qt::RichText);
|
||||||
mb.setText(tr("There is a rendering issue on MacOS."));
|
mb.setText(tr("There is a rendering issue on MacOS."));
|
||||||
mb.setInformativeText(tr("See <a href=\"http://www.freecadweb.org/wiki/index.php?title=OpenGL_on_MacOS\"> the wiki</a> for more information"));
|
mb.setInformativeText(tr("See <a href=\"http://www.freecadweb.org/wiki/OpenGL_on_MacOS\"> the wiki</a> for more information"));
|
||||||
|
|
||||||
QAbstractButton *suppressBtn;
|
QAbstractButton *suppressBtn;
|
||||||
suppressBtn = mb.addButton(tr("Don't show again"), QMessageBox::DestructiveRole);
|
suppressBtn = mb.addButton(tr("Don't show again"), QMessageBox::DestructiveRole);
|
||||||
|
|
|
@ -90,7 +90,7 @@ def errorDXFLib(gui):
|
||||||
message = translate("Draft","""Download of dxf libraries failed.
|
message = translate("Draft","""Download of dxf libraries failed.
|
||||||
Please download and install them manually.
|
Please download and install them manually.
|
||||||
See complete instructions at
|
See complete instructions at
|
||||||
http://www.freecadweb.org/wiki/index.php?title=Dxf_Importer_Install""")
|
http://www.freecadweb.org/wiki/Dxf_Importer_Install""")
|
||||||
QtGui.QMessageBox.information(None,"",message)
|
QtGui.QMessageBox.information(None,"",message)
|
||||||
else:
|
else:
|
||||||
FreeCAD.Console.PrintWarning("The DXF import/export libraries needed by FreeCAD to handle the DXF format are not installed.\n")
|
FreeCAD.Console.PrintWarning("The DXF import/export libraries needed by FreeCAD to handle the DXF format are not installed.\n")
|
||||||
|
|
Loading…
Reference in New Issue
Block a user