Skip to content

Commit 81e5470

Browse files
committed
Change TES4Edit to xEdit
1 parent 25fa9be commit 81e5470

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

Mopy/bash/bosh/mods_metadata.py

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -478,10 +478,10 @@ def checkMods(self, showModList=False, showRuleSets=False, showNotes=False,
478478
log(u'* __'+mod.s+u'__')
479479
if shouldClean:
480480
log.setHeader(
481-
u'=== ' + _(u'Mods that need cleaning with TES4Edit'))
481+
u'=== ' + _(u'Mods that need cleaning with xEdit'))
482482
log(_(u'Following mods have identical to master (ITM) records,'
483483
u' deleted records (UDR), or other issues that should be'
484-
u' fixed with TES4Edit. Visit the %(cleaning_wiki_url)s'
484+
u' fixed with xEdit. Visit the %(cleaning_wiki_url)s'
485485
u' for more information.') % {
486486
'cleaning_wiki_url': self._cleaning_wiki_url})
487487
for mod in sorted(shouldClean.keys()):
@@ -490,12 +490,12 @@ def checkMods(self, showModList=False, showRuleSets=False, showNotes=False,
490490
log.setHeader(
491491
u'=== ' + _(u'Mods with special cleaning instructions'))
492492
log(_(u'Following mods have special instructions for cleaning '
493-
u'with TES4Edit'))
493+
u'with xEdit'))
494494
for mod in sorted(shouldCleanMaybe):
495495
log(u'* __'+mod[0].s+u':__ '+mod[1])
496496
elif mod_checker and not shouldClean:
497497
log.setHeader(
498-
u'=== ' + _(u'Mods that need cleaning with TES4Edit'))
498+
u'=== ' + _(u'Mods that need cleaning with xEdit'))
499499
log(_(u'Congratulations all mods appear clean.'))
500500
if invalidVersion:
501501
ver_list = u', '.join(
@@ -1026,7 +1026,7 @@ def copyPrev(size):
10261026
copy(size)
10271027
#--Save
10281028
retry = _(u'Bash encountered an error when saving %s.') + u'\n\n' \
1029-
+ _(u'The file is in use by another process such as TES4Edit.'
1029+
+ _(u'The file is in use by another process such as xEdit.'
10301030
) + u'\n' + _(u'Please close the other program that is '
10311031
u'accessing %s.') + u'\n\n' + _(u'Try again?')
10321032
if changed:

0 commit comments

Comments
 (0)