Fix source string typos mentioned on Crowdin (#15261)
This commit is contained in:
@@ -650,7 +650,7 @@ void TaskComplexSection::updateComplexSection()
|
||||
return;
|
||||
}
|
||||
|
||||
Gui::Command::openCommand(QT_TRANSLATE_NOOP("Command", "Edit SectionView"));
|
||||
Gui::Command::openCommand(QT_TRANSLATE_NOOP("Command", "Edit Section View"));
|
||||
if (m_section) {
|
||||
QString qTemp = ui->leSymbol->text();
|
||||
std::string temp = Base::Tools::toStdString(qTemp);
|
||||
|
||||
Reference in New Issue
Block a user