0000467: blankes needed in some strings (crowdin)
This commit is contained in:
parent
327f9be16c
commit
c44676c1e7
|
@ -1081,7 +1081,7 @@ StdCmdEdit::StdCmdEdit()
|
|||
:Command("Std_Edit")
|
||||
{
|
||||
sGroup = QT_TR_NOOP("Edit");
|
||||
sMenuText = QT_TR_NOOP("Toggle &Editmode");
|
||||
sMenuText = QT_TR_NOOP("Toggle &Edit mode");
|
||||
sToolTipText = QT_TR_NOOP("Toggles the selected object's edit mode");
|
||||
sWhatsThis = "Std_Edit";
|
||||
sStatusTip = QT_TR_NOOP("Enters or leaves the selected object's edit mode");
|
||||
|
|
|
@ -406,7 +406,7 @@
|
|||
<item row="2" column="1">
|
||||
<widget class="Gui::PrefColorButton" name="ConstructionColor">
|
||||
<property name="toolTip">
|
||||
<string>The color of construction geometry in editmode</string>
|
||||
<string>The color of construction geometry in edit mode</string>
|
||||
</property>
|
||||
<property name="color">
|
||||
<color>
|
||||
|
@ -426,7 +426,7 @@
|
|||
<item row="3" column="1">
|
||||
<widget class="Gui::PrefColorButton" name="FullyConstrainedColor">
|
||||
<property name="toolTip">
|
||||
<string>The color of fully constrained geometry in editmode</string>
|
||||
<string>The color of fully constrained geometry in edit mode</string>
|
||||
</property>
|
||||
<property name="color">
|
||||
<color>
|
||||
|
|
Loading…
Reference in New Issue
Block a user