diff --git a/lang/de.json b/lang/de.json index a5b46c2..cbd21c7 100644 --- a/lang/de.json +++ b/lang/de.json @@ -2,9 +2,9 @@ "KSA": { "AppTitle": "Kosmos Storage Audit", "Menu": { - "Name": "Kosmos Storage Audit", - "Label": "Report öffnen", - "Hint": "Das Storage Audit ausführen und priorisierte Findings prüfen." + "Name": "Dateien prüfen", + "Label": "Prüfbericht öffnen", + "Hint": "Öffnet einen Prüfbericht, der fehlende, veraltete und verwaiste Dateien in deiner Foundry-Installation sichtbar macht." }, "Hero": { "Title": "Kosmos Storage Audit", diff --git a/lang/en.json b/lang/en.json index af60932..20dae07 100644 --- a/lang/en.json +++ b/lang/en.json @@ -2,9 +2,9 @@ "KSA": { "AppTitle": "Kosmos Storage Audit", "Menu": { - "Name": "Kosmos Storage Audit", - "Label": "Open Report", - "Hint": "Run the storage audit and inspect prioritized findings." + "Name": "Check Files", + "Label": "Open Audit Report", + "Hint": "Opens a report that highlights missing, outdated, and orphaned files in your Foundry installation." }, "Hero": { "Title": "Kosmos Storage Audit", diff --git a/module.json b/module.json index 1ec8f5d..fa7cb22 100644 --- a/module.json +++ b/module.json @@ -1,8 +1,8 @@ { "id": "kosmos-storage-audit", "title": "Kosmos Storage Audit", - "description": "Analyzes media references and risky storage locations across Foundry data and public roots.", - "version": "0.0.37", + "description": "Helps GMs find missing, outdated, and leftover media files in a Foundry installation.", + "version": "0.0.38", "compatibility": { "minimum": "13", "verified": "13"