Crowdin: remove trailing whitespace [skip ci]

This commit is contained in:
luz paz
2021-03-02 10:38:06 -05:00
committed by wwmayer
parent 2fe153118c
commit e417fd9436
3 changed files with 3 additions and 3 deletions

View File

@@ -193,7 +193,7 @@
<enum>Qt::TabFocus</enum>
</property>
<property name="toolTip">
<string>Code lines will be numbered </string>
<string>Code lines will be numbered</string>
</property>
<property name="text">
<string>Enable line numbers</string>

View File

@@ -213,7 +213,7 @@ but slower response to any scene changes.</string>
</size>
</property>
<property name="toolTip">
<string>What kind of multisample anti-aliasing is used </string>
<string>What kind of multisample anti-aliasing is used</string>
</property>
<property name="prefEntry" stdset="0">
<cstring>AntiAliasing</cstring>

View File

@@ -61,7 +61,7 @@ CmdRobotCreateTrajectory::CmdRobotCreateTrajectory()
sAppModule = "Robot";
sGroup = QT_TR_NOOP("Robot");
sMenuText = QT_TR_NOOP("Create trajectory");
sToolTipText = QT_TR_NOOP("Create a new empty trajectory ");
sToolTipText = QT_TR_NOOP("Create a new empty trajectory");
sWhatsThis = "Robot_CreateTrajectory";
sStatusTip = sToolTipText;
sPixmap = "Robot_CreateTrajectory";