QTfrontend/ui/page/pageoptions.cpp
changeset 12259 be68823c2852
parent 12251 caff1a3a7456
child 12478 3ed556dad4ec
equal deleted inserted replaced
12258:41af2274953d 12259:be68823c2852
   677 
   677 
   678             // Append date and time to record file name
   678             // Append date and time to record file name
   679 
   679 
   680             CBNameWithDate = new QCheckBox(groupMisc);
   680             CBNameWithDate = new QCheckBox(groupMisc);
   681             CBNameWithDate->setText(QCheckBox::tr("Append date and time to record file name"));
   681             CBNameWithDate->setText(QCheckBox::tr("Append date and time to record file name"));
   682             CBNameWithDate->setWhatsThis(QCheckBox::tr("If enabled, Hedgewars adds the date and time in the form “YYYY-MM-DD_hh-mm” for automatically created demos."));
   682             CBNameWithDate->setWhatsThis(QCheckBox::tr("If enabled, Hedgewars adds the date and time in the form \"YYYY-MM-DD_hh-mm\" for automatically created demos."));
   683             groupMisc->layout()->addWidget(CBNameWithDate, 3, 0, 1, 2);
   683             groupMisc->layout()->addWidget(CBNameWithDate, 3, 0, 1, 2);
   684 
   684 
   685             // Associate file extensions
   685             // Associate file extensions
   686 
   686 
   687             BtnAssociateFiles = new QPushButton(groupMisc);
   687             BtnAssociateFiles = new QPushButton(groupMisc);