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
0b9d259de6
commit
561cc91069
Binary file not shown.
File diff suppressed because it is too large
Load Diff
@ -11,7 +11,7 @@ extern VConfigManager vconfig;
|
||||
VOrphanFile::VOrphanFile(const QString &p_path, QObject *p_parent,
|
||||
bool p_modifiable, bool p_systemFile)
|
||||
: VFile(VUtils::fileNameFromPath(p_path), p_parent, FileType::Orphan, p_modifiable),
|
||||
m_path(p_path), m_notebookName("[EXTERNAL]"), m_systemFile(p_systemFile)
|
||||
m_path(p_path), m_notebookName(tr("[EXTERNAL]")), m_systemFile(p_systemFile)
|
||||
{
|
||||
qDebug() << "VOrphanFile" << p_path << m_name << p_modifiable;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user