Points: Update UI strings for consistency
This commit is contained in:
committed by
Chris Hennes
parent
8ca7007683
commit
668d4c5d45
@@ -66,10 +66,10 @@ CmdPointsImport::CmdPointsImport()
|
||||
{
|
||||
sAppModule = "Points";
|
||||
sGroup = QT_TR_NOOP("Points");
|
||||
sMenuText = QT_TR_NOOP("Import points...");
|
||||
sMenuText = QT_TR_NOOP("Import Points…");
|
||||
sToolTipText = QT_TR_NOOP("Imports a point cloud");
|
||||
sWhatsThis = "Points_Import";
|
||||
sStatusTip = QT_TR_NOOP("Imports a point cloud");
|
||||
sStatusTip = sToolTipText;
|
||||
sPixmap = "Points_Import_Point_cloud";
|
||||
}
|
||||
|
||||
@@ -117,7 +117,7 @@ void CmdPointsImport::activated(int iMsg)
|
||||
msgBox.setWindowTitle(QObject::tr("Points not at Origin"));
|
||||
msgBox.setText(QObject::tr(
|
||||
"The Bounding Box of the imported points does not contain the origin. "
|
||||
"Do you want to translate it to the origin?"));
|
||||
"Translate it to the origin?"));
|
||||
msgBox.setStandardButtons(QMessageBox::Yes | QMessageBox::No);
|
||||
msgBox.setDefaultButton(QMessageBox::Yes);
|
||||
auto ret = msgBox.exec();
|
||||
@@ -151,7 +151,7 @@ CmdPointsExport::CmdPointsExport()
|
||||
{
|
||||
sAppModule = "Points";
|
||||
sGroup = QT_TR_NOOP("Points");
|
||||
sMenuText = QT_TR_NOOP("Export points...");
|
||||
sMenuText = QT_TR_NOOP("Export Points…");
|
||||
sToolTipText = QT_TR_NOOP("Exports a point cloud");
|
||||
sWhatsThis = "Points_Export";
|
||||
sStatusTip = QT_TR_NOOP("Exports a point cloud");
|
||||
@@ -199,9 +199,9 @@ CmdPointsTransform::CmdPointsTransform()
|
||||
sAppModule = "Points";
|
||||
sGroup = QT_TR_NOOP("Points");
|
||||
sMenuText = QT_TR_NOOP("Transform Points");
|
||||
sToolTipText = QT_TR_NOOP("Test to transform a point cloud");
|
||||
sToolTipText = QT_TR_NOOP("Tests to transform a point cloud");
|
||||
sWhatsThis = "Points_Transform";
|
||||
sStatusTip = QT_TR_NOOP("Test to transform a point cloud");
|
||||
sStatusTip = sToolTipText;
|
||||
sPixmap = "Test1";
|
||||
}
|
||||
|
||||
@@ -237,10 +237,10 @@ CmdPointsConvert::CmdPointsConvert()
|
||||
{
|
||||
sAppModule = "Points";
|
||||
sGroup = QT_TR_NOOP("Points");
|
||||
sMenuText = QT_TR_NOOP("Convert to points...");
|
||||
sToolTipText = QT_TR_NOOP("Convert to points");
|
||||
sMenuText = QT_TR_NOOP("Convert to Points…");
|
||||
sToolTipText = QT_TR_NOOP("Converts to points");
|
||||
sWhatsThis = "Points_Convert";
|
||||
sStatusTip = QT_TR_NOOP("Convert to points");
|
||||
sStatusTip = sToolTipText;
|
||||
sPixmap = "Points_Convert";
|
||||
}
|
||||
|
||||
@@ -325,10 +325,10 @@ CmdPointsPolyCut::CmdPointsPolyCut()
|
||||
{
|
||||
sAppModule = "Points";
|
||||
sGroup = QT_TR_NOOP("Points");
|
||||
sMenuText = QT_TR_NOOP("Cut point cloud");
|
||||
sMenuText = QT_TR_NOOP("Cut Point Cloud");
|
||||
sToolTipText = QT_TR_NOOP("Cuts a point cloud with a picked polygon");
|
||||
sWhatsThis = "Points_PolyCut";
|
||||
sStatusTip = QT_TR_NOOP("Cuts a point cloud with a picked polygon");
|
||||
sStatusTip = sToolTipText;
|
||||
sPixmap = "PolygonPick";
|
||||
}
|
||||
|
||||
@@ -373,10 +373,10 @@ CmdPointsMerge::CmdPointsMerge()
|
||||
{
|
||||
sAppModule = "Points";
|
||||
sGroup = QT_TR_NOOP("Points");
|
||||
sMenuText = QT_TR_NOOP("Merge point clouds");
|
||||
sToolTipText = QT_TR_NOOP("Merge several point clouds into one");
|
||||
sMenuText = QT_TR_NOOP("Merge Point Clouds");
|
||||
sToolTipText = QT_TR_NOOP("Merges several point clouds into one");
|
||||
sWhatsThis = "Points_Merge";
|
||||
sStatusTip = QT_TR_NOOP("Merge several point clouds into one");
|
||||
sStatusTip = sToolTipText;
|
||||
sPixmap = "Points_Merge";
|
||||
}
|
||||
|
||||
@@ -435,10 +435,10 @@ CmdPointsStructure::CmdPointsStructure()
|
||||
{
|
||||
sAppModule = "Points";
|
||||
sGroup = QT_TR_NOOP("Points");
|
||||
sMenuText = QT_TR_NOOP("Structured point cloud");
|
||||
sToolTipText = QT_TR_NOOP("Convert points to structured point cloud");
|
||||
sMenuText = QT_TR_NOOP("Structured Point Cloud");
|
||||
sToolTipText = QT_TR_NOOP("Convert points to a structured point cloud");
|
||||
sWhatsThis = "Points_Structure";
|
||||
sStatusTip = QT_TR_NOOP("Convert points to structured point cloud");
|
||||
sStatusTip = sToolTipText;
|
||||
sPixmap = "Points_Structure";
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user