fix: typos
Signed-off-by: Rachel Powers <508861+Ryex@users.noreply.github.com>
This commit is contained in:
parent
a1053a4c5a
commit
a0e03c41c0
5 changed files with 10 additions and 10 deletions
|
@ -104,12 +104,12 @@ QVariant ModFolderModel::data(const QModelIndex &index, int role) const
|
|||
if (column == NAME_COLUMN) {
|
||||
if (at(row)->isSymLinkUnder(instDirPath())) {
|
||||
return m_resources[row]->internal_id() +
|
||||
tr("\nWarning: This resource is symbolicly linked from elsewhere. Editing it will also change the origonal") +
|
||||
tr("\nWarning: This resource is symbolically linked from elsewhere. Editing it will also change the original") +
|
||||
tr("\nCanonical Path: %1").arg(at(row)->fileinfo().canonicalFilePath());
|
||||
}
|
||||
if (at(row)->isMoreThanOneHardLink()) {
|
||||
return m_resources[row]->internal_id() +
|
||||
tr("\nWarning: This resource is hard linked elsewhere. Editing it will also change the origonal");
|
||||
tr("\nWarning: This resource is hard linked elsewhere. Editing it will also change the original");
|
||||
}
|
||||
}
|
||||
return m_resources[row]->internal_id();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue