forked from qt-creator/qt-creator
Doc - UI - Fix UI text capitalization to follow the KDE Style Guide rules.
Reviewed-by: ossi
This commit is contained in:
@@ -698,7 +698,7 @@ void S60DeviceRunControlBase::printConnectFailed(const QString &errorMessage)
|
||||
|
||||
void S60DeviceRunControlBase::printCopyingNotice()
|
||||
{
|
||||
emit appendMessage(this, tr("Copying install file..."), false);
|
||||
emit appendMessage(this, tr("Copying installation file..."), false);
|
||||
}
|
||||
|
||||
void S60DeviceRunControlBase::printCopyProgress(int progress)
|
||||
|
||||
Reference in New Issue
Block a user