diff --git a/AM2RLauncher/AM2RLauncher/Language/Text.ja.resx b/AM2RLauncher/AM2RLauncher/Language/Text.ja.resx
index 979a297..e1997f4 100644
--- a/AM2RLauncher/AM2RLauncher/Language/Text.ja.resx
+++ b/AM2RLauncher/AM2RLauncher/Language/Text.ja.resx
@@ -380,4 +380,10 @@
そのZIPファイルはAM2R v1.1ではありません! 別のZIPファイルを選んで下さい
+
+ $NAMEをアーカイブ化しますか?
+
+
+ これは既にインストールされているMODです。再インストールはできず、またゲームファイルを削除すると自動的に削除されます。
+
\ No newline at end of file
diff --git a/AM2RLauncher/AM2RLauncher/LauncherUpdater.cs b/AM2RLauncher/AM2RLauncher/LauncherUpdater.cs
index fbb5dce..95687a8 100644
--- a/AM2RLauncher/AM2RLauncher/LauncherUpdater.cs
+++ b/AM2RLauncher/AM2RLauncher/LauncherUpdater.cs
@@ -132,8 +132,8 @@ namespace AM2RLauncher
if (!isCurrentVersionOutdated)
return;
- // For mac, we just show a message box that a new version is available, because I don't want to support for it yet
- // hardcoded string, since also temporarily until it gets supported one day
+ // For mac, we just show a message box that a new version is available, because I don't want to support it yet.
+ // hardcoded string, since also temporarily until it gets supported one day.
if (OS.IsMac)
{
MessageBox.Show("Your current version is outdated! The newest version is " + onlineVersion + "." +
diff --git a/AM2RLauncher/AM2RLauncherCore/Core.cs b/AM2RLauncher/AM2RLauncherCore/Core.cs
index b5b95b7..aca50d3 100644
--- a/AM2RLauncher/AM2RLauncherCore/Core.cs
+++ b/AM2RLauncher/AM2RLauncherCore/Core.cs
@@ -7,6 +7,8 @@ namespace AM2RLauncher.Core;
///
/// Class that has core stuff that doesn't fit anywhere else
///
+//TODO: "Core" is a really stupid name and either this should get renamed, or AM2RLauncher.Core should get renamed.
+// I am however bad at thinking of names
public static class Core
{
///