mirror of
https://gitee.com/vnotex/vnote.git
synced 2025-07-05 13:59:52 +08:00
refine Chinese translations
This commit is contained in:
parent
8d3a7874d0
commit
3aacbb868f
Binary file not shown.
File diff suppressed because it is too large
Load Diff
@ -290,7 +290,7 @@ void VAttachmentList::handleContextMenuRequested(QPoint p_pos)
|
|||||||
QAction *fileInfoAct = new QAction(VIconUtils::menuIcon(":/resources/icons/note_info.svg"),
|
QAction *fileInfoAct = new QAction(VIconUtils::menuIcon(":/resources/icons/note_info.svg"),
|
||||||
tr("&Info (Rename)\t%1").arg(VUtils::getShortcutText(c_infoShortcutSequence)),
|
tr("&Info (Rename)\t%1").arg(VUtils::getShortcutText(c_infoShortcutSequence)),
|
||||||
&menu);
|
&menu);
|
||||||
fileInfoAct->setToolTip(tr("View and edit current folder's information"));
|
fileInfoAct->setToolTip(tr("View and edit current attachment's information"));
|
||||||
connect(fileInfoAct, &QAction::triggered,
|
connect(fileInfoAct, &QAction::triggered,
|
||||||
this, &VAttachmentList::attachmentInfo);
|
this, &VAttachmentList::attachmentInfo);
|
||||||
menu.addAction(fileInfoAct);
|
menu.addAction(fileInfoAct);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user