XSegEditor , delete button now moves the face to _trash directory and it has been moved to the right border of the window

This commit is contained in:
iperov 2021-05-25 14:17:34 +04:00
parent deedd3dd12
commit 41b517517e
2 changed files with 22 additions and 9 deletions

View file

@ -85,9 +85,9 @@ class QStringDB():
'zh' : '保存并转到下一张图片\n按住SHIFT : 加快\n按住CTRL : 跳过未标记的\n',
}[lang]
QStringDB.btn_delete_image_tip = { 'en' : 'Delete and Next image\n',
'ru' : 'Удалить и следующее изображение\n',
'zh' : '清除并转到下一张图片',
QStringDB.btn_delete_image_tip = { 'en' : 'Move to _trash and Next image\n',
'ru' : 'Переместить в _trash и следующее изображение\n',
'zh' : '移至_trash转到下一张图片 ',
}[lang]
QStringDB.loading_tip = {'en' : 'Loading',