mirror of
https://github.com/linuxdeepin/dde-dock.git
synced 2025-06-04 17:33:05 +00:00
modify transtations
Change-Id: I0604fad05e2f442f246c1ad1e3e368083124afc4
This commit is contained in:
parent
63c1c28897
commit
8213e15e8c
Notes:
Deepin Code Review
2016-08-05 03:14:20 +00:00
Verified+1: Anonymous Coward #1000004 Code-Review+2: 石博文 <sbw@sbw.so> Submitted-by: 石博文 <sbw@sbw.so> Submitted-at: Fri, 05 Aug 2016 03:14:20 +0000 Reviewed-on: https://cr.deepin.io/14934 Project: dde/dde-dock Branch: refs/heads/master
@ -12,7 +12,7 @@ const QString TrashDir = QDir::homePath() + "/.local/share/Trash/files";
|
||||
PopupControlWidget::PopupControlWidget(QWidget *parent)
|
||||
: QWidget(parent),
|
||||
|
||||
m_openBtn(new DLinkButton(tr("Open"), this)),
|
||||
m_openBtn(new DLinkButton(tr("Run"), this)),
|
||||
m_clearBtn(new DLinkButton(tr("Clear"), this)),
|
||||
|
||||
m_fsWatcher(new QFileSystemWatcher(this))
|
||||
|
@ -112,7 +112,7 @@
|
||||
<name>PopupControlWidget</name>
|
||||
<message>
|
||||
<location filename="../plugins/trash/popupcontrolwidget.cpp" line="15"/>
|
||||
<source>Open</source>
|
||||
<source>Run</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
|
Loading…
x
Reference in New Issue
Block a user