From 1077234745c1f902477ab191e869ec33f7098f3c Mon Sep 17 00:00:00 2001 From: markjcrane Date: Sun, 6 Dec 2015 14:01:05 -0700 Subject: [PATCH] Add the semi colon to the GIT labels. --- app/system/app_languages.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/app/system/app_languages.php b/app/system/app_languages.php index 495304b133..f7a67d4e6c 100644 --- a/app/system/app_languages.php +++ b/app/system/app_languages.php @@ -90,7 +90,7 @@ $text['label-git_info']['sv-se'] = ""; $text['label-git_info']['uk'] = ""; $text['label-git_info']['de-at'] = ""; -$text['label-git_branch']['en-us'] = "Branch"; +$text['label-git_branch']['en-us'] = "Branch:"; $text['label-git_branch']['es-cl'] = ""; $text['label-git_branch']['pt-pt'] = ""; $text['label-git_branch']['fr-fr'] = ""; @@ -100,7 +100,7 @@ $text['label-git_branch']['sv-se'] = ""; $text['label-git_branch']['uk'] = ""; $text['label-git_branch']['de-at'] = ""; -$text['label-git_commit']['en-us'] = "Commit"; +$text['label-git_commit']['en-us'] = "Commit:"; $text['label-git_commit']['es-cl'] = ""; $text['label-git_commit']['pt-pt'] = ""; $text['label-git_commit']['fr-fr'] = ""; @@ -110,7 +110,7 @@ $text['label-git_commit']['sv-se'] = ""; $text['label-git_commit']['uk'] = ""; $text['label-git_commit']['de-at'] = ""; -$text['label-git_origin']['en-us'] = "Origin"; +$text['label-git_origin']['en-us'] = "Origin:"; $text['label-git_origin']['es-cl'] = ""; $text['label-git_origin']['pt-pt'] = ""; $text['label-git_origin']['fr-fr'] = "";