From 5a2a2612f476b24243a26ec61dd34beffada87b7 Mon Sep 17 00:00:00 2001 From: Bracconiere Date: Fri, 10 Apr 2015 04:52:05 +0300 Subject: [PATCH] minor cleanup MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * replaced hyphen (-) with en dash (–) * split up the title and sequel number in "Arma 3" * case-stylized GitHub, as it meant to be * updated the project URL from (I presume) a temporary address --- mod.cpp | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/mod.cpp b/mod.cpp index e266c8b710..2a8e55820a 100644 --- a/mod.cpp +++ b/mod.cpp @@ -1,12 +1,12 @@ name = "ACE3"; picture = "logo_ace3_ca.paa"; -actionName = "Github"; -action = "https://github.com/KoffeinFlummi/ACE3"; -description = "ACE3 - Version 3.0.0"; +actionName = "GitHub"; +action = "https://github.com/acemod/ACE3"; +description = "ACE3 – Version 3.0.0"; logo = "logo_ace3_ca.paa"; logoOver = "logo_ace3_ca.paa"; tooltip = "ACE3"; tooltipOwned = "ACE3 Owned"; -overview = "ACE3 is a joint effort by the teams behind ACE2, AGM and CSE to improve the realism and authenticity of Arma3."; +overview = "ACE3 is a joint effort by the teams behind ACE2, AGM and CSE to improve the realism and authenticity of Arma 3."; author = "ACE3 Team"; -overviewPicture = "logo_ace3_ca.paa"; \ No newline at end of file +overviewPicture = "logo_ace3_ca.paa";