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 093366a4c126d5bd54d320be162dc20adceda768 (commit)
from f757462553e5ba56522b9bd7a743c5fba80a41aa (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=093366a4c126d5bd54d320be162dc20adceda768
commit 093366a4c126d5bd54d320be162dc20adceda768
Author: Marc-Etienne Vargenau <[email protected]>
Date: Tue Feb 14 12:18:50 2017 +0100
Spelling
diff --git a/src/common/tracker/actions/effort_units.php
b/src/common/tracker/actions/effort_units.php
index 507ff55..75002e5 100644
--- a/src/common/tracker/actions/effort_units.php
+++ b/src/common/tracker/actions/effort_units.php
@@ -446,7 +446,7 @@ function postdelete_unit(&$effortUnitSet) {
}
$sure = getIntFromRequest('confirm_delete',0);
if (!$sure) {
- echo $HTML->error_msg(_('You haven\'t confirm the delete of the
Unit'));
+ echo $HTML->error_msg(_('You haven\'t confirmed the deletion of
the Unit'));
return false;
}
$name = $unit->getName();
@@ -498,21 +498,21 @@ function postcopy_set(&$effortUnitSet) {
global $HTML;
$sure = getIntFromRequest('confirm_copy',0);
if (!$sure) {
- echo $HTML->error_msg( _('You haven\' confirm the copy of the
Effort Unit Set'));
+ echo $HTML->error_msg( _('You haven\'t confirmed the copy of
the Effort Unit Set'));
return false;
}
$object = $effortUnitSet->getObject();
$newEffortUnitSet = new EffortUnitSet($object);
if (!$newEffortUnitSet) {
- echo $HTML->error_msg(_('Error coping Effort Unit
Set')._(':').' '._('Error on new EffortUnitSet'));
+ echo $HTML->error_msg(_('Error copying Effort Unit
Set')._(':').' '._('Error on new EffortUnitSet'));
return false;
}
if ($newEffortUnitSet->isError()) {
- echo $HTML->error_msg(_('Error coping Effort Unit
Set')._(':').' '._('Error on new EffortUnitSet').'
'.$newEffortUnitSet->getErrorMessage());
+ echo $HTML->error_msg(_('Error copying Effort Unit
Set')._(':').' '._('Error on new EffortUnitSet').'
'.$newEffortUnitSet->getErrorMessage());
return false;
}
if (!$newEffortUnitSet->copy($effortUnitSet)) {
- echo $HTML->error_msg(_('Error coping Effort Unit
Set')._(':').' '.$newEffortUnitSet->getErrorMessage());
+ echo $HTML->error_msg(_('Error copying Effort Unit
Set')._(':').' '.$newEffortUnitSet->getErrorMessage());
return false;
}
if ($newEffortUnitSet->isError()) {
-----------------------------------------------------------------------
Summary of changes:
src/common/tracker/actions/effort_units.php | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
hooks/post-receive
--
FusionForge
_______________________________________________
Fusionforge-commits mailing list
[email protected]
http://lists.fusionforge.org/cgi-bin/mailman/listinfo/fusionforge-commits