Update Russian translation + a few typos
* Update Russian translation * Fix typos * Cleanup in ts file
This commit is contained in:
parent
f2b7d5ca34
commit
12354aa57e
|
@ -1995,9 +1995,9 @@ void CSandMan::OnSettingsAction()
|
|||
QMessageBox *msgBox = new QMessageBox(this);
|
||||
msgBox->setAttribute(Qt::WA_DeleteOnClose);
|
||||
msgBox->setWindowTitle("Sandboxie-Plus");
|
||||
msgBox->setText(tr("In the Plus UI this functionality has been integrated into the main sandbox list view."));
|
||||
msgBox->setInformativeText(tr("Using the box/group context menu you can move boxes and groups to other groups. You can also use drag an drop to move the items around. "
|
||||
"Alternatively you can also use the arow keys while holding ALT down to move items up and down within thair group.<br />"
|
||||
msgBox->setText(tr("In the Plus UI, this functionality has been integrated into the main sandbox list view."));
|
||||
msgBox->setInformativeText(tr("Using the box/group context menu, you can move boxes and groups to other groups. You can also use drag and drop to move the items around. "
|
||||
"Alternatively, you can also use the arrow keys while holding ALT down to move items up and down within their group.<br />"
|
||||
"You can create new boxes and groups from the Sandbox menu."));
|
||||
QPixmap pic(":/Assets/LayoutAndGroups.png");
|
||||
msgBox->setIconPixmap(pic.scaled(pic.width() * 3/4, pic.height() * 3/4, Qt::IgnoreAspectRatio, Qt::SmoothTransformation));
|
||||
|
|
|
@ -205,7 +205,7 @@ CRecoveryLogWnd::CRecoveryLogWnd(QWidget *parent)
|
|||
|
||||
connect(m_pRecoveryLog->GetTree(), SIGNAL(itemDoubleClicked(QTreeWidgetItem*, int)), this, SLOT(OnDblClick(QTreeWidgetItem*)));
|
||||
|
||||
pLayout->addWidget(new QLabel(tr("the following files were recently recoered and moved oout of a sandbox.")), 0, 0);
|
||||
pLayout->addWidget(new QLabel(tr("the following files were recently recovered and moved out of a sandbox.")), 0, 0);
|
||||
pLayout->addWidget(m_pRecoveryLog, 1, 0);
|
||||
this->setLayout(pLayout);
|
||||
|
||||
|
|
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue