This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "FusionForge".
The branch, master has been updated
via 7945856be9933e27f95b09441577fda72a63d375 (commit)
from c57d9740e7dfe19faccfcfd30762f0f1e789aead (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
https://scm.fusionforge.org/anonscm/gitweb/?p=fusionforge/fusionforge.git;a=commitdiff;h=7945856be9933e27f95b09441577fda72a63d375
commit 7945856be9933e27f95b09441577fda72a63d375
Author: Marc-Etienne Vargenau <[email protected]>
Date: Thu Sep 1 15:26:08 2016 +0200
Less strings
diff --git a/src/common/tracker/views/form-addextrafieldoption.php
b/src/common/tracker/views/form-addextrafieldoption.php
index 5cd435f..06e1e4d 100644
--- a/src/common/tracker/views/form-addextrafieldoption.php
+++ b/src/common/tracker/views/form-addextrafieldoption.php
@@ -45,7 +45,7 @@ if (!$ac || !is_object($ac)) {
if ($rows > 0) {
echo $HTML->openForm(array('action' =>
'/tracker/admin/?group_id='.$group_id.'&atid='.$ath->getID().'&boxid='.$boxid,
'method' => 'post'));
$title_arr=array();
- $title_arr[]=_('Current / New positions');
+ $title_arr[]=_('Current/New positions');
if ($efType == ARTIFACT_EXTRAFIELDTYPE_STATUS) {
$title_arr[] = _('Mapping');
}
diff --git a/src/common/tracker/views/form-adminroadmap.php
b/src/common/tracker/views/form-adminroadmap.php
index 7d61358..7142e8f 100644
--- a/src/common/tracker/views/form-adminroadmap.php
+++ b/src/common/tracker/views/form-adminroadmap.php
@@ -488,7 +488,7 @@ if (! isset($ihm) || $ihm !== true) {
$title_arr[] = _('Enable');
$title_arr[] = _('Roadmap name');
$title_arr[] = _('Default');
- //$title_arr[] = _('Current / New positions');
+ //$title_arr[] = _('Current/New positions');
//$title_arr[] = _('Up/Down positions');
$title_arr[] = _('Actions');
diff --git a/src/common/tracker/views/form-customizelist.php
b/src/common/tracker/views/form-customizelist.php
index 459be17..a47d178 100644
--- a/src/common/tracker/views/form-customizelist.php
+++ b/src/common/tracker/views/form-customizelist.php
@@ -101,7 +101,7 @@ echo $HTML->openForm(array('action' =>
'/tracker/admin/?group_id='.$group_id.'&a
<?php
$title_arr = array();
$title_arr[] = _('Fields');
-$title_arr[] = _('Current / New positions');
+$title_arr[] = _('Current/New positions');
$title_arr[] = _('Up/Down positions');
$title_arr[] = _('Delete');
-----------------------------------------------------------------------
Summary of changes:
src/common/tracker/views/form-addextrafieldoption.php | 2 +-
src/common/tracker/views/form-adminroadmap.php | 2 +-
src/common/tracker/views/form-customizelist.php | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)
hooks/post-receive
--
FusionForge
_______________________________________________
Fusionforge-commits mailing list
[email protected]
http://lists.fusionforge.org/cgi-bin/mailman/listinfo/fusionforge-commits