forked from qt-creator/qt-creator
Fixes in translated messages.
Change-Id: Ie1aa0547281d9a1ab31f00e44c4e09dd96c60543 Reviewed-by: Daniel Teske <daniel.teske@digia.com>
This commit is contained in:
@@ -167,7 +167,7 @@ void AndroidDeployQtStep::ctor()
|
||||
bool AndroidDeployQtStep::init()
|
||||
{
|
||||
if (AndroidManager::checkForQt51Files(project()->projectDirectory()))
|
||||
emit addOutput(tr("Found old Android folder in source directory. Qt 5.2 does not use that folder by default."), ErrorOutput);
|
||||
emit addOutput(tr("Found old folder \"android\" in source directory. Qt 5.2 does not use that folder by default."), ErrorOutput);
|
||||
|
||||
m_targetArch = AndroidManager::targetArch(target());
|
||||
if (m_targetArch.isEmpty()) {
|
||||
|
||||
@@ -210,7 +210,7 @@
|
||||
<item row="0" column="0">
|
||||
<widget class="QLabel" name="inputFileLabel">
|
||||
<property name="text">
|
||||
<string>Android deploy Qt input file:</string>
|
||||
<string>Input file for androiddeployqt:</string>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
@@ -241,7 +241,7 @@
|
||||
<item>
|
||||
<widget class="QLabel" name="oldFilesWarningLabel">
|
||||
<property name="text">
|
||||
<string>Qt no longer uses the android folder in the project's source directory.</string>
|
||||
<string>Qt no longer uses the folder "android" in the project's source directory.</string>
|
||||
</property>
|
||||
<property name="wordWrap">
|
||||
<bool>true</bool>
|
||||
|
||||
Reference in New Issue
Block a user