Part: Not needed translation for STEP (file format name)
This commit is contained in:
@@ -11,7 +11,7 @@
|
||||
</rect>
|
||||
</property>
|
||||
<property name="windowTitle">
|
||||
<string>STEP</string>
|
||||
<string notr="true">STEP</string>
|
||||
</property>
|
||||
<layout class="QGridLayout" name="gridLayout_4">
|
||||
<item row="1" column="0">
|
||||
|
||||
@@ -11,7 +11,7 @@
|
||||
</rect>
|
||||
</property>
|
||||
<property name="windowTitle">
|
||||
<string>STEP</string>
|
||||
<string notr="true">STEP</string>
|
||||
</property>
|
||||
<layout class="QGridLayout" name="gridLayout_4">
|
||||
<item row="0" column="0">
|
||||
|
||||
@@ -11,7 +11,7 @@
|
||||
</rect>
|
||||
</property>
|
||||
<property name="windowTitle">
|
||||
<string>STEP</string>
|
||||
<string notr="true">STEP</string>
|
||||
</property>
|
||||
<layout class="QGridLayout" name="gridLayout_4">
|
||||
<item row="1" column="0">
|
||||
|
||||
@@ -64,7 +64,7 @@ void DlgPartImportStepImp::onChooseFileName()
|
||||
{
|
||||
QString fn = Gui::FileDialog::getOpenFileName(Gui::getMainWindow(), QString(), QString(),
|
||||
QString::fromLatin1("%1 (*.stp *.step);;%2 (*.*)"))
|
||||
.arg(tr("STEP"),
|
||||
.arg(QLatin1String("STEP"),
|
||||
tr("All Files"));
|
||||
if (!fn.isEmpty()) {
|
||||
ui->FileName->setText(fn);
|
||||
|
||||
@@ -170,7 +170,7 @@ DlgImportExportStep::DlgImportExportStep(QWidget* parent)
|
||||
, importStep(new DlgImportStep(this))
|
||||
, headerStep(new DlgExportHeaderStep(this))
|
||||
{
|
||||
setWindowTitle(tr("STEP"));
|
||||
setWindowTitle(QLatin1String("STEP"));
|
||||
QVBoxLayout* layout = new QVBoxLayout(this);
|
||||
layout->setSpacing(0);
|
||||
layout->setContentsMargins(0, 0, 0, 0);
|
||||
|
||||
Reference in New Issue
Block a user