mirror of
https://github.com/qelectrotech/qelectrotech-source-mirror.git
synced 2025-12-19 23:20:52 +01:00
Fix typo
This commit is contained in:
@@ -1145,7 +1145,7 @@ void QETElementEditor::slot_reload()
|
|||||||
/**
|
/**
|
||||||
* @brief QETElementEditor::slot_save
|
* @brief QETElementEditor::slot_save
|
||||||
* Save the current editing element.
|
* Save the current editing element.
|
||||||
* If the filepath or location is unknow, use save_as instead
|
* If the filepath or location is unknown, use save_as instead
|
||||||
* @return true if save with success
|
* @return true if save with success
|
||||||
*/
|
*/
|
||||||
bool QETElementEditor::slot_save()
|
bool QETElementEditor::slot_save()
|
||||||
|
|||||||
@@ -1407,7 +1407,7 @@ QString Element::linkTypeToString() const
|
|||||||
case Terminale:
|
case Terminale:
|
||||||
return "Terminale";
|
return "Terminale";
|
||||||
default:
|
default:
|
||||||
return "Unknow";
|
return "Unknown";
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user