|
@@ -105,7 +105,7 @@ void MainWindow::parseCommandLine(ExtractionOptions & extractionOptions)
|
|
|
{"e", QCoreApplication::translate("main", "Extract original H3 archives into a separate folder.")},
|
|
|
{"s", QCoreApplication::translate("main", "From an extracted archive, it Splits TwCrPort, CPRSMALL, FlagPort, ITPA, ITPt, Un32 and Un44 into individual PNG's.")},
|
|
|
{"c", QCoreApplication::translate("main", "From an extracted archive, Converts single Images (found in Images folder) from .pcx to png.")},
|
|
|
- {"d", QCoreApplication::translate("main", "Delete original files, for the ones splitted / converted.")},
|
|
|
+ {"d", QCoreApplication::translate("main", "Delete original files, for the ones split / converted.")},
|
|
|
});
|
|
|
|
|
|
parser.process(qApp->arguments());
|