diff options
Diffstat (limited to 'src/plugins/remotelinux/maemopackagecreationstep.cpp')
-rw-r--r-- | src/plugins/remotelinux/maemopackagecreationstep.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/remotelinux/maemopackagecreationstep.cpp b/src/plugins/remotelinux/maemopackagecreationstep.cpp index f48b456000e..af2518898ae 100644 --- a/src/plugins/remotelinux/maemopackagecreationstep.cpp +++ b/src/plugins/remotelinux/maemopackagecreationstep.cpp @@ -640,7 +640,7 @@ MaemoTarPackageCreationStep::MaemoTarPackageCreationStep(BuildStepList *buildCon void MaemoTarPackageCreationStep::ctor() { - setDefaultDisplayName(tr("Create tar ball")); + setDefaultDisplayName(tr("Create tarball")); } bool MaemoTarPackageCreationStep::createPackage(QProcess *buildProc, |