From 678792ca5c5ad011c229a889a1f5b9ab97d1cfaa Mon Sep 17 00:00:00 2001 From: Roman Telezhynskyi Date: Wed, 18 Apr 2018 11:58:03 +0300 Subject: [PATCH] Improve sentences. --HG-- branch : develop --- src/app/valentina/core/vcmdexport.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app/valentina/core/vcmdexport.cpp b/src/app/valentina/core/vcmdexport.cpp index b8ed14ea5..48099b975 100644 --- a/src/app/valentina/core/vcmdexport.cpp +++ b/src/app/valentina/core/vcmdexport.cpp @@ -124,7 +124,7 @@ void VCommandLine::InitOptions(VCommandLineOptions &options, QMap optionsIndex.insert(LONG_OPTION_GRADATIONSIZE, index++); options.append(new QCommandLineOption(QStringList() << SINGLE_OPTION_GRADATIONSIZE << LONG_OPTION_GRADATIONSIZE, - translate("VCommandLine", "Set size value a pattern file, that was opened " + translate("VCommandLine", "Set size value for pattern file, that was opened " "with multisize measurements (export mode). Valid " "values: %1cm.") .arg(VMeasurement::WholeListSizes(Unit::Cm).join(", ")), @@ -132,8 +132,8 @@ void VCommandLine::InitOptions(VCommandLineOptions &options, QMap optionsIndex.insert(LONG_OPTION_GRADATIONHEIGHT, index++); options.append(new QCommandLineOption(QStringList() << SINGLE_OPTION_GRADATIONHEIGHT << LONG_OPTION_GRADATIONHEIGHT, - translate("VCommandLine", "Set height value a pattern file, that was opened " - "with multisize measurements (export mode). Valid " + translate("VCommandLine", "Set height value for pattern file, that was opened" + " with multisize measurements (export mode). Valid " "values: %1cm.") .arg(VMeasurement::WholeListHeights(Unit::Cm).join(", ")), translate("VCommandLine", "The height value")));