Skip to content

Commit

Permalink
refine Chinese translations
Browse files Browse the repository at this point in the history
  • Loading branch information
tamlok committed Feb 26, 2018
1 parent fa7fb75 commit a3124f6
Show file tree
Hide file tree
Showing 3 changed files with 1,469 additions and 796 deletions.
2 changes: 1 addition & 1 deletion src/dialog/vexportdialog.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -236,7 +236,7 @@ void VExportDialog::initUIFields(MarkdownConverterType p_renderer)
}

if (m_directory) {
m_srcCB->addItem(tr("Current Directory (%1)").arg(m_directory->getName()),
m_srcCB->addItem(tr("Current Folder (%1)").arg(m_directory->getName()),
(int)ExportSource::CurrentDirectory);
}

Expand Down
Binary file modified src/translations/vnote_zh_CN.qm
Binary file not shown.
Loading

0 comments on commit a3124f6

Please sign in to comment.