spellcheck2

This commit is contained in:
Stefan Markovic
2023-09-07 13:04:03 +02:00
parent 00b59f5b1d
commit 092a81a0fd
2 changed files with 2 additions and 2 deletions

View File

@@ -117,7 +117,7 @@
<resheader name="writer">
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>
<data name="EnvironmentVariables_Name" xml:space="preserve">
<data name="Environment_Variables_Name" xml:space="preserve">
<value>Environment Variables</value>
</data>
</root>

View File

@@ -120,7 +120,7 @@ private:
public:
EnvironmentVariablesModuleInterface()
{
app_name = GET_RESOURCE_STRING(IDS_ENVIRONMENTVARIABLES_NAME);
app_name = GET_RESOURCE_STRING(IDS_ENVIRONMENT_VARIABLES_NAME);
app_key = ModuleKey;
LoggerHelpers::init_logger(app_key, L"ModuleInterface", LogSettings::environmentVariablesLoggerName);