Crowdin: remove trailing whitespace [skip ci]
This commit is contained in:
@@ -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>
|
||||
|
||||
@@ -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>
|
||||
|
||||
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user