Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions src/source/mainpage.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,9 @@ void MainPage::initUI()
{
qDebug() << "Initializing MainPage UI";
m_btnGrp=new QButtonGroup(this);
GameButton *primaryBtn = BtnFactory::createBtn(GameBtnFlag::ButtonNormal, GameBtnSize::Mid, GameIconType::None, tr("Easy"), this);
GameButton *interBtn = BtnFactory::createBtn(GameBtnFlag::ButtonNormal, GameBtnSize::Mid, GameIconType::None, tr("Normal"), this);
GameButton *advanceBtn = BtnFactory::createBtn(GameBtnFlag::ButtonNormal, GameBtnSize::Mid, GameIconType::None, tr("Hard"), this);
GameButton *primaryBtn = BtnFactory::createBtn(GameBtnFlag::ButtonNormal, GameBtnSize::Mid, GameIconType::None, tr(" Easy "), this);
GameButton *interBtn = BtnFactory::createBtn(GameBtnFlag::ButtonNormal, GameBtnSize::Mid, GameIconType::None, tr(" Normal "), this);
GameButton *advanceBtn = BtnFactory::createBtn(GameBtnFlag::ButtonNormal, GameBtnSize::Mid, GameIconType::None, tr(" Hard "), this);
m_btnGrp->addButton(primaryBtn, 0);
m_btnGrp->addButton(interBtn, 1);
m_btnGrp->addButton(advanceBtn, 2);
Expand Down
12 changes: 6 additions & 6 deletions translations/deepin-lianliankan_zh_CN.ts
Original file line number Diff line number Diff line change
Expand Up @@ -51,18 +51,18 @@
<name>MainPage</name>
<message>
<location filename="../src/source/mainpage.cpp" line="32"/>
<source>Easy</source>
<translation>初级</translation>
<source> Easy </source>
<translation> 初级 </translation>
</message>
<message>
<location filename="../src/source/mainpage.cpp" line="33"/>
<source>Normal</source>
<translation>中级</translation>
<source> Normal </source>
<translation> 中级 </translation>
</message>
<message>
<location filename="../src/source/mainpage.cpp" line="34"/>
<source>Hard</source>
<translation>高级</translation>
<source> Hard </source>
<translation> 高级 </translation>
</message>
<message>
<location filename="../src/source/mainpage.cpp" line="52"/>
Expand Down
12 changes: 6 additions & 6 deletions translations/deepin-lianliankan_zh_HK.ts
Original file line number Diff line number Diff line change
Expand Up @@ -51,18 +51,18 @@
<name>MainPage</name>
<message>
<location filename="../src/source/mainpage.cpp" line="32"/>
<source>Easy</source>
<translation>初級</translation>
<source> Easy </source>
<translation> 初級 </translation>
</message>
<message>
<location filename="../src/source/mainpage.cpp" line="33"/>
<source>Normal</source>
<translation>中級</translation>
<source> Normal </source>
<translation> 中級 </translation>
</message>
<message>
<location filename="../src/source/mainpage.cpp" line="34"/>
<source>Hard</source>
<translation>高級</translation>
<source> Hard </source>
<translation> 高級 </translation>
</message>
<message>
<location filename="../src/source/mainpage.cpp" line="52"/>
Expand Down
12 changes: 6 additions & 6 deletions translations/deepin-lianliankan_zh_TW.ts
Original file line number Diff line number Diff line change
Expand Up @@ -51,18 +51,18 @@
<name>MainPage</name>
<message>
<location filename="../src/source/mainpage.cpp" line="32"/>
<source>Easy</source>
<translation>初級</translation>
<source> Easy </source>
<translation> 初級 </translation>
</message>
<message>
<location filename="../src/source/mainpage.cpp" line="33"/>
<source>Normal</source>
<translation>中級</translation>
<source> Normal </source>
<translation> 中級 </translation>
</message>
<message>
<location filename="../src/source/mainpage.cpp" line="34"/>
<source>Hard</source>
<translation>進階</translation>
<source> Hard </source>
<translation> 進階 </translation>
</message>
<message>
<location filename="../src/source/mainpage.cpp" line="52"/>
Expand Down