From 3d2c40ba20878176d091bce18a8b25f14f0c743d Mon Sep 17 00:00:00 2001 From: Faraphel Date: Sun, 1 Jan 2023 11:56:16 +0100 Subject: [PATCH] fixed a translation --- assets/language/en.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/assets/language/en.json b/assets/language/en.json index 4c396ac..8b742d7 100644 --- a/assets/language/en.json +++ b/assets/language/en.json @@ -64,7 +64,7 @@ "TEXT_PATCHING": "Patching \"%s\"", "WARNING": "Warning", - "WARNING_EMPTY_CACHE": "By emptying the cache, you will gain %.2fGB, but reinstalling a mod will be take way longer. Continue ?", + "WARNING_EMPTY_CACHE": "By emptying the cache, you will gain %.2fGB, but reinstalling a mod will take way longer. Continue ?", "WARNING_DESTINATION_NOT_WRITABLE": "The game destination directory is not writable. Continue anyway ?", "WARNING_LOW_SPACE_CONTINUE": "Low space remaining on disk %s (%.2fGB). Continue anyway ?", "WARNING_NOT_ROOT": "Root permissions are required. You should start the application with 'sudo'. Continue anyway ?",