From f8d292f100a396166c734136a48d2eefc44f9e12 Mon Sep 17 00:00:00 2001 From: WrinklyNinja Date: Sun, 27 Oct 2013 08:38:01 +0000 Subject: [PATCH] Changed tag line in about dialog. --- src/gui/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/gui/main.cpp b/src/gui/main.cpp index 61a7520f..0704e2a3 100644 --- a/src/gui/main.cpp +++ b/src/gui/main.cpp @@ -1083,7 +1083,7 @@ void Launcher::OnAbout(wxCommandEvent& event) { wxAboutDialogInfo aboutInfo; aboutInfo.SetName("BOSS"); aboutInfo.SetVersion(IntToString(g_version_major)+"."+IntToString(g_version_minor)+"."+IntToString(g_version_patch)); - aboutInfo.SetDescription(translate("A load order optimisation tool for games using the Elder Scrolls Plugin/Master system.")); + aboutInfo.SetDescription(translate("Load order optimisation for Oblivion, Skyrim, Fallout 3 and Fallout: New Vegas.")); aboutInfo.SetCopyright("Copyright (C) 2009-2013 BOSS Development Team."); aboutInfo.SetWebSite("http://boss-developers.github.io"); aboutInfo.SetLicence("This program is free software: you can redistribute it and/or modify\n"