qsTr("Messages won't automatically be deleted from the local storage.")
}else{
...
...
@@ -128,7 +129,7 @@ Item {
}
Text{
color:datovkaPalette.mid
Layout.fillWidth:true
width:parent.width
text:if(attachLifeSpinBox.val()==0){
qsTr("Attachments won't be deleted from the local storage as long as the corresponding messages won't be deleted.")
}else{
...
...
@@ -144,7 +145,7 @@ Item {
Text{
id:dbPathText
color:datovkaPalette.mid
Layout.fillWidth:true
width:parent.width
wrapMode:Text.Wrap
text:""
}
...
...
@@ -199,7 +200,7 @@ Item {
Text{
id:vacuumText
color:datovkaPalette.mid
Layout.fillWidth:true
width:parent.width
wrapMode:Text.Wrap
text:qsTr("The action performs a clean-up in local databases in order to optimise their speed and size. Note: It may take a while to complete this action.")