forked from qt-creator/qt-creator
UI text: Fix UI text to follow the guidelines
- Fix typos - Replace "options" with "preferences" - Fix capitalization - Remove "please" - Do not use contractions Task-number: QTCREATORBUG-28334 Change-Id: Ie029eae435634aa2fb354e173fa107af72f7b025 Reviewed-by: Eike Ziller <eike.ziller@qt.io>
This commit is contained in:
@@ -65,9 +65,9 @@ DockerDeviceWidget::DockerDeviceWidget(const IDevice::Ptr &device)
|
||||
DockerApi::recheckDockerDaemon();
|
||||
});
|
||||
|
||||
m_keepEntryPoint = new QCheckBox(Tr::tr("Don't modify entry point"));
|
||||
m_keepEntryPoint = new QCheckBox(Tr::tr("Do not modify entry point"));
|
||||
m_keepEntryPoint->setToolTip(
|
||||
Tr::tr("If checked, the entry point of the image will not be modified. Only use this if "
|
||||
Tr::tr("Prevents modifying the entry point of the image. Enable only if "
|
||||
"the image starts into a shell."));
|
||||
m_keepEntryPoint->setChecked(m_data.keepEntryPoint);
|
||||
m_keepEntryPoint->setEnabled(true);
|
||||
|
||||
Reference in New Issue
Block a user