fix name error
This commit is contained in:
parent
15ae61dc23
commit
365019de2d
|
@ -1,5 +1,5 @@
|
||||||
[Desktop Entry]
|
[Desktop Entry]
|
||||||
Name=Theme-Builder
|
Name=Kylin-Theme-Builder
|
||||||
Name[zh_CN]=主题制作工坊
|
Name[zh_CN]=主题制作工坊
|
||||||
Comment=Kylin Theme Builder is a theme maker
|
Comment=Kylin Theme Builder is a theme maker
|
||||||
Comment[zh_CN]=主题制作工坊
|
Comment[zh_CN]=主题制作工坊
|
||||||
|
|
|
@ -24,7 +24,7 @@ TitleBar::TitleBar(QWidget *parent) : QWidget(parent)
|
||||||
QPixmap pixmap = scaledIcon.pixmap(QSize(30, 30));
|
QPixmap pixmap = scaledIcon.pixmap(QSize(30, 30));
|
||||||
iconlabel->setPixmap(pixmap);
|
iconlabel->setPixmap(pixmap);
|
||||||
|
|
||||||
QLabel *title = new QLabel("主题制作工坊");
|
QLabel *title = new QLabel(tr("Kylin-Theme-Builder"));
|
||||||
|
|
||||||
m_gohomebtn = new QPushButton();
|
m_gohomebtn = new QPushButton();
|
||||||
m_gohomebtn->setFixedSize(30,30);
|
m_gohomebtn->setFixedSize(30,30);
|
||||||
|
|
|
@ -486,6 +486,11 @@
|
||||||
</context>
|
</context>
|
||||||
<context>
|
<context>
|
||||||
<name>TitleBar</name>
|
<name>TitleBar</name>
|
||||||
|
<message>
|
||||||
|
<location filename="../src/titlebar.cpp" line="27"/>
|
||||||
|
<source>Kylin-Theme-Builder</source>
|
||||||
|
<translation type="unfinished"></translation>
|
||||||
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/titlebar.cpp" line="32"/>
|
<location filename="../src/titlebar.cpp" line="32"/>
|
||||||
<source>Return</source>
|
<source>Return</source>
|
||||||
|
|
Binary file not shown.
|
@ -387,7 +387,7 @@
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/mainwindow.cpp" line="143"/>
|
<location filename="../src/mainwindow.cpp" line="143"/>
|
||||||
<source>kylin-theme-builder</source>
|
<source>kylin-theme-builder</source>
|
||||||
<translation>主题打包工具</translation>
|
<translation>主题制作工坊</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/mainwindow.cpp" line="146"/>
|
<location filename="../src/mainwindow.cpp" line="146"/>
|
||||||
|
@ -490,7 +490,7 @@
|
||||||
<location filename="../src/module/savepathdialog.cpp" line="12"/>
|
<location filename="../src/module/savepathdialog.cpp" line="12"/>
|
||||||
<location filename="../src/module/savepathdialog.cpp" line="30"/>
|
<location filename="../src/module/savepathdialog.cpp" line="30"/>
|
||||||
<source>Storage Path:</source>
|
<source>Storage Path:</source>
|
||||||
<translation>生成deb包路径</translation>
|
<translation>生成deb包路径:</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/module/savepathdialog.cpp" line="15"/>
|
<location filename="../src/module/savepathdialog.cpp" line="15"/>
|
||||||
|
@ -510,6 +510,11 @@
|
||||||
</context>
|
</context>
|
||||||
<context>
|
<context>
|
||||||
<name>TitleBar</name>
|
<name>TitleBar</name>
|
||||||
|
<message>
|
||||||
|
<location filename="../src/titlebar.cpp" line="27"/>
|
||||||
|
<source>Kylin-Theme-Builder</source>
|
||||||
|
<translation>主题制作工坊</translation>
|
||||||
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/titlebar.cpp" line="32"/>
|
<location filename="../src/titlebar.cpp" line="32"/>
|
||||||
<source>Return</source>
|
<source>Return</source>
|
||||||
|
|
Loading…
Reference in New Issue