# # # patch "src/util/Platform.cpp" # from [715b155afa478dddaa4d6936e363ef56832d10de] # to [79fed0e2454d48a2f146674c022abc558365862f] # ============================================================ --- src/util/Platform.cpp 715b155afa478dddaa4d6936e363ef56832d10de +++ src/util/Platform.cpp 79fed0e2454d48a2f146674c022abc558365862f @@ -345,7 +345,7 @@ void Platform::removeRecursively(const Q if (!dir.rmdir(dirName)) { throw GuitoneException( - QObject::tr("Cannot remove directory '%2'.").arg(path) + QObject::tr("Cannot remove directory '%1'.").arg(path) ); } }