[opw-web] Add org opinion 'Contribution, will accept for GSoC'
- From: Owen Taylor <otaylor src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [opw-web] Add org opinion 'Contribution, will accept for GSoC'
- Date: Wed, 19 Mar 2014 19:51:02 +0000 (UTC)
commit b957f2b0b2845700139ede9795ce3c0d2278330a
Author: Owen W. Taylor <otaylor fishsoup net>
Date: Wed Mar 19 15:50:55 2014 -0400
Add org opinion 'Contribution, will accept for GSoC'
lang/en-gb.php | 1 +
utils.php | 2 +-
2 files changed, 2 insertions(+), 1 deletions(-)
---
diff --git a/lang/en-gb.php b/lang/en-gb.php
index 01caabb..a907ff3 100644
--- a/lang/en-gb.php
+++ b/lang/en-gb.php
@@ -159,6 +159,7 @@ $lang_data = array(
'opinion_y' => 'No contribution, will not accept',
'opinion_c' => 'Contribution, under review',
'opinion_x' => 'Contribution, will not accept',
+ 'opinion_g' => 'Contribution, will accept for GSoC',
'opinion_w' => 'Want to accept, need funding',
'opinion_f' => 'Will accept, have funding',
diff --git a/utils.php b/utils.php
index a8d597a..05daf8a 100644
--- a/utils.php
+++ b/utils.php
@@ -39,7 +39,7 @@ function build_organization_select($program_id, $current, $include_other, $only_
return $organization_select;
}
-$VALID_OPINIONS = array('n', 'y', 'c', 'x', 'w', 'f');
+$VALID_OPINIONS = array('n', 'y', 'c', 'x', 'g', 'w', 'f');
function build_opinion_select($current, $name, $disabled=false) {
global $VALID_OPINIONS, $lang;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]