# HG changeset patch
# User Wuzzy <almikes@aol.com>
# Date 1479830834 -3600
# Node ID 188dc80fafa51b26db6f407ebf17c7839bd973c3
# Parent  4a2da00bbedc47028dcd6c4f6b28eca1f65665a7
Remove colons in campaign screen for more UI consistency

diff -r 4a2da00bbedc -r 188dc80fafa5 QTfrontend/ui/page/pagecampaign.cpp
--- a/QTfrontend/ui/page/pagecampaign.cpp	Tue Nov 22 17:02:20 2016 +0100
+++ b/QTfrontend/ui/page/pagecampaign.cpp	Tue Nov 22 17:07:14 2016 +0100
@@ -53,9 +53,9 @@
     lbltitle = new QLabel();
     lbltitle->setAlignment(Qt::AlignHCenter | Qt::AlignBottom);
 
-    QLabel* lblteam = new QLabel(tr("Team:"));
-    QLabel* lblcampaign = new QLabel(tr("Campaign:"));
-    QLabel* lblmission = new QLabel(tr("Mission:"));
+    QLabel* lblteam = new QLabel(tr("Team"));
+    QLabel* lblcampaign = new QLabel(tr("Campaign"));
+    QLabel* lblmission = new QLabel(tr("Mission"));
 
     CBTeam = new QComboBox(this);
     CBMission = new QComboBox(this);