From 5a2a2612f476b24243a26ec61dd34beffada87b7 Mon Sep 17 00:00:00 2001 From: Bracconiere Date: Fri, 10 Apr 2015 04:52:05 +0300 Subject: [PATCH 1/2] 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"; From c568201be93f46729a917552ee2614c410f89bfd Mon Sep 17 00:00:00 2001 From: Bracconiere Date: Fri, 10 Apr 2015 05:38:33 +0300 Subject: [PATCH 2/2] I am not sure either They are rendered correctly in SQF and XML formats, as handled by Arma 3. However, having no previous experience messing with typography in definition files, I'll agree that it's better to play safe until tested. Will try to find out just how strict or permissive it is. --- mod.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mod.cpp b/mod.cpp index 2a8e55820a..f1cef6b6a2 100644 --- a/mod.cpp +++ b/mod.cpp @@ -2,7 +2,7 @@ name = "ACE3"; picture = "logo_ace3_ca.paa"; actionName = "GitHub"; action = "https://github.com/acemod/ACE3"; -description = "ACE3 – Version 3.0.0"; +description = "ACE3 - Version 3.0.0"; logo = "logo_ace3_ca.paa"; logoOver = "logo_ace3_ca.paa"; tooltip = "ACE3";