Update of /cvsroot/stack/stack-1-0/lang/en
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv10117/lang/en
Modified Files:
stack.php
Log Message:
Index: stack.php
===================================================================
RCS file: /cvsroot/stack/stack-1-0/lang/en/stack.php,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** stack.php 21 Jun 2005 14:52:25 -0000 1.3
--- stack.php 21 Jun 2005 15:43:17 -0000 1.4
***************
*** 150,153 ****
--- 150,156 ----
$string['stackQuestion_questionDateLastEdited'] = 'Last edited on';
+ // Used in the question bank order select form to indicate no selection.
+ $string['stackQuestion_NONE'] = '[NONE]';
+
// The $stackQuestionInst data structure: instantiated questions
|