From dd2f088944dada5dede4b8707b4de9fad5a4ef15 Mon Sep 17 00:00:00 2001 From: Miepee Date: Mon, 14 Feb 2022 16:40:34 +0100 Subject: [PATCH] Add in jp archive text, reprhase some comments --- AM2RLauncher/AM2RLauncher/Language/Text.ja.resx | 6 ++++++ AM2RLauncher/AM2RLauncher/LauncherUpdater.cs | 4 ++-- AM2RLauncher/AM2RLauncherCore/Core.cs | 2 ++ 3 files changed, 10 insertions(+), 2 deletions(-) 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 { ///