mirror of
https://github.com/iperov/DeepFaceLab.git
synced 2025-07-06 04:52:13 -07:00
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:
parent
deedd3dd12
commit
41b517517e
2 changed files with 22 additions and 9 deletions
|
@ -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',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue