Skip to content

Commit

Permalink
docs: update strVerNum for zh_CN.ts. 🔖
Browse files Browse the repository at this point in the history
  • Loading branch information
Joker2770 committed Nov 21, 2023
1 parent c13122f commit 9c1db2a
Show file tree
Hide file tree
Showing 2 changed files with 258 additions and 253 deletions.
2 changes: 1 addition & 1 deletion src/mainwindow.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1986,7 +1986,7 @@ void MainWindow::OnActionNumOfMove()

void MainWindow::OnActionVer()
{
const QString strVerNum = tr("Ver Num: 0.6.65") + "\n";
const QString strVerNum = tr("Ver Num: ") + "0.6.65"+ "\n";
QString strBuildTime = tr("Build at ");
strBuildTime.append(__TIMESTAMP__);
strBuildTime.append("\n");
Expand Down
Loading

0 comments on commit 9c1db2a

Please sign in to comment.