forked from qt-creator/qt-creator
		
	Use double quotes instead of single quotes as per our guidelines.
Change-Id: Ib608bb49e26781aef1914085a5d801fcdcd5eb56 Reviewed-by: Leena Miettinen <riitta-leena.miettinen@digia.com>
This commit is contained in:
		| @@ -960,7 +960,7 @@ PerforcePlugin::createTemporaryArgumentFile(const QStringList &extraArgs, | ||||
|  | ||||
| static inline QString msgNotStarted(const QString &cmd) | ||||
| { | ||||
|     return PerforcePlugin::tr("Could not start perforce '%1'. Please check your settings in the preferences.").arg(cmd); | ||||
|     return PerforcePlugin::tr("Could not start perforce \"%1\". Please check your settings in the preferences.").arg(cmd); | ||||
| } | ||||
|  | ||||
| static inline QString msgTimeout(int timeOut) | ||||
|   | ||||
		Reference in New Issue
	
	Block a user