diff options
| author | Jeremy Rimpo <jrim@rimpo.org> | 2017-12-15 15:01:39 -0600 |
|---|---|---|
| committer | Jeremy Rimpo <jrim@rimpo.org> | 2017-12-15 15:01:39 -0600 |
| commit | 7b45d807d6c2c8b5663ec53183e81e16a5baf739 (patch) | |
| tree | f2b418cde09ad7f50e998397aa7975e72edc7e52 /src/modinfo.cpp | |
| parent | f0597eb2437871a8eed5405abc42a8021d462857 (diff) | |
Restore archive tab and partial functionality
Diffstat (limited to 'src/modinfo.cpp')
| -rw-r--r-- | src/modinfo.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modinfo.cpp b/src/modinfo.cpp index 4f74086f..d3687d31 100644 --- a/src/modinfo.cpp +++ b/src/modinfo.cpp @@ -94,7 +94,7 @@ QString ModInfo::getContentTypeName(int contentType) case CONTENT_PLUGIN: return tr("Plugins"); case CONTENT_TEXTURE: return tr("Textures"); case CONTENT_MESH: return tr("Meshes"); - case CONTENT_BSA: return tr("BSA"); + case CONTENT_BSA: return tr("Bethesda Archive"); case CONTENT_INTERFACE: return tr("UI Changes"); case CONTENT_SOUND: return tr("Sound Effects"); case CONTENT_SCRIPT: return tr("Scripts"); |
