mirror of
https://gitee.com/vnotex/vnote.git
synced 2025-07-05 13:59:52 +08:00
refine Chinese translations
This commit is contained in:
parent
8649f4f66f
commit
00db4c583f
Binary file not shown.
File diff suppressed because it is too large
Load Diff
@ -163,9 +163,11 @@ void VNotebookSelector::update()
|
||||
bool VNotebookSelector::newNotebook()
|
||||
{
|
||||
QString info(tr("Please type the name of the notebook and "
|
||||
"choose an existing directory as Root Folder of the notebook.\n"
|
||||
"The root folder should be used EXCLUSIVELY by VNote and "
|
||||
"it is recommended to be EMPTY."));
|
||||
"choose an existing directory as Root Folder of the notebook."));
|
||||
info += "\n";
|
||||
info += tr("The root folder should be used EXCLUSIVELY by VNote and "
|
||||
"it is recommended to be EMPTY.");
|
||||
|
||||
QString defaultName("new_notebook");
|
||||
QString defaultPath;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user