[Fusionforge-commits] FusionForge branch master updated. f6ea92ab4fad8b98fab690164ca110c91b0b3eb7

Franck VILLAUME nerville at fusionforge.org
Sat Jan 11 10:09:16 CET 2014


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  f6ea92ab4fad8b98fab690164ca110c91b0b3eb7 (commit)
      from  ae17cae601376c545604bad502224c60df3fe3b6 (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 -----------------------------------------------------------------
commit f6ea92ab4fad8b98fab690164ca110c91b0b3eb7
Author: Franck Villaume <franck.villaume at trivialdev.com>
Date:   Sat Jan 11 10:08:48 2014 +0100

    tracker: use generic comment about spreadsheet

diff --git a/src/common/tracker/actions/csv.php b/src/common/tracker/actions/csv.php
index cb3f932..d39c536 100644
--- a/src/common/tracker/actions/csv.php
+++ b/src/common/tracker/actions/csv.php
@@ -1,7 +1,7 @@
 <?php
 /**
  * Copyright (C) 2009 Alain Peyrat, Alcatel-Lucent
- * Copyright 2012, Franck Villaume - TrivialDev
+ * Copyright 2012-2014, Franck Villaume - TrivialDev
  *
  * This file is part of FusionForge. FusionForge is free software;
  * you can redistribute it and/or modify it under the terms of the
@@ -49,7 +49,6 @@
 global $ath;
 global $group_id;
 
-//pm_header(array('title'=>_('Upload data into the tasks.'),'group_project_id'=>$group_project_id));
 $ath->header(array('atid'=>$ath->getID(), 'title'=>$ath->getName()));
 
 $default = array('headers' => 1, 'sep' => ',');
@@ -79,7 +78,7 @@ $url_export = '/tracker/?group_id='.$group_id.'&atid='.$ath->getID().'&f
 $format = $headers ? ' with headers' : ' without headers';
 $format .= " using '$sep' as separator.";
 ?>
-<p><?php echo _('This page allows you to export the items using a CSV (<a href="http://en.wikipedia.org/wiki/Comma-separated_values">Comma Separated Values</a>) File. This format can be used to view your entries using Microsoft Excel.'); ?></p>
+<p><?php echo _('This page allows you to export the items using a CSV (<a href="http://en.wikipedia.org/wiki/Comma-separated_values">Comma Separated Values</a>) File. This format can be used to view your entries using your favorite spreadsheet software.'); ?></p>
 <h2><?php echo _('Export as a CSV file'); ?></h2>
 
 <strong><?php echo _('Selected CSV Format:'); ?></strong> CSV<?php echo $format ?> <a href="<?php echo $url_set_format ?>">(Change)</a>

-----------------------------------------------------------------------

Summary of changes:
 src/common/tracker/actions/csv.php |    5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)


hooks/post-receive
-- 
FusionForge



More information about the Fusionforge-commits mailing list