Fixed naming

This commit is contained in:
Thorsten Sommer 2022-08-05 21:33:33 +02:00
parent f138be5a1f
commit ba86c99ad5
Signed by: tsommer
GPG Key ID: 371BBA77A02C0108

View File

@ -220,7 +220,7 @@ public static class AppSettings
private static int CACHE_DEEPL_SOURCE_CULTURE = -1;
private static bool CACHE_DEEPL_SOURCE_CULTURE_IS_LOADED = false;
public static async Task SetDeepLSourceCulture(int cultureIndex)
public static async Task SetDeepLSourceCultureIndex(int cultureIndex)
{
// Update the cache:
CACHE_DEEPL_SOURCE_CULTURE = cultureIndex;