diff --git a/source/Grabacr07.KanColleWrapper/TranslationDataProvider.cs b/source/Grabacr07.KanColleWrapper/TranslationDataProvider.cs
index a9b35eaef..bfa785c7f 100644
--- a/source/Grabacr07.KanColleWrapper/TranslationDataProvider.cs
+++ b/source/Grabacr07.KanColleWrapper/TranslationDataProvider.cs
@@ -58,6 +58,7 @@ private static string SerialisationPath(TranslationProviderType type)
/// Changes culture and loads or re-loads translation files.
///
/// The culture to use for translations.
+ /// If true, forces loading local cache and skips calling ChangeCulture() in Updater and Translations.
public static void ChangeCulture(string culture, bool firstRun = false)
{
if (culture == null) culture = CultureInfo.CurrentCulture.Name;
diff --git a/source/KanColleViewer.sln b/source/KanColleViewer.sln
index d100db86c..426390257 100644
--- a/source/KanColleViewer.sln
+++ b/source/KanColleViewer.sln
@@ -69,6 +69,7 @@ EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Logger", "Plugins\Logger\Logger.csproj", "{A8969FF0-BCEA-49EA-8155-4046183410FF}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AudibleNotifications", "Plugins\AudibleNotifications\AudibleNotifications.csproj", "{AAEE6607-3FB2-438F-913F-F853467DD40B}"
+EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "RetroRadiance", "MetroRadiance\source\RetroRadiance\RetroRadiance.csproj", "{7F898B3A-DA17-4CAB-B387-5629B5FACA49}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "RetroTrilithon.Desktop", "MetroTrilithon\source\RetroTrilithon.Desktop\RetroTrilithon.Desktop.csproj", "{75A62817-2F64-4179-939C-B28914BDC566}"