Skip to content

Commit

Permalink
minor
Browse files Browse the repository at this point in the history
  • Loading branch information
hellzerg committed Dec 22, 2023
1 parent 721688c commit d8dea83
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Optimizer/HostsHelper.cs
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ internal static void SaveHosts(string[] lines)
catch (Exception ex)
{
Logger.LogError("HostsHelper.SaveHosts", ex.Message, ex.StackTrace);
MessageBox.Show(OptionsHelper.TranslationList("dnsCacheM").ToString(), "DNS Cache is running", MessageBoxButtons.OK, MessageBoxIcon.Information);
MessageBox.Show(OptionsHelper.TranslationList("dnsCacheM").ToString(), "Optimizer", MessageBoxButtons.OK, MessageBoxIcon.Information);
}
}

Expand Down

0 comments on commit d8dea83

Please sign in to comment.