Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
E
edx-platform
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
edx
edx-platform
Commits
91196573
Commit
91196573
authored
Jul 21, 2014
by
Sarina Canelake
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix small i18n typos
parent
f20df3a8
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
8 additions
and
11 deletions
+8
-11
cms/static/js/spec/views/pages/group_configurations_spec.js
+2
-4
cms/static/js/views/pages/group_configurations.js
+1
-2
common/lib/xmodule/xmodule/combined_open_ended_module.py
+4
-4
lms/djangoapps/shoppingcart/processors/CyberSource2.py
+1
-1
No files found.
cms/static/js/spec/views/pages/group_configurations_spec.js
View file @
91196573
...
...
@@ -74,10 +74,8 @@ define([
it
(
'I do not see notification message if the model is not changed'
,
function
()
{
var
expectedMessage
=
[
'You have unsaved changes. Do you really want to '
,
'leave this page?'
].
join
(
''
),
var
expectedMessage
=
'You have unsaved changes. Do you really want to leave this page?'
,
view
=
renderPage
(),
message
;
...
...
cms/static/js/views/pages/group_configurations.js
View file @
91196573
...
...
@@ -36,8 +36,7 @@ function ($, _, gettext, BaseView, GroupConfigurationsList) {
if
(
dirty
)
{
return
gettext
(
'You have unsaved changes. Do you really want to '
+
'leave this page?'
'You have unsaved changes. Do you really want to leave this page?'
);
}
}
...
...
common/lib/xmodule/xmodule/combined_open_ended_module.py
View file @
91196573
...
...
@@ -204,10 +204,10 @@ class CombinedOpenEndedFields(object):
scope
=
Scope
.
user_state
)
old_task_states
=
List
(
help
=
_
(
"A list of lists of state dictionaries for student states that are saved."
"This field is only populated if the instructor changes tasks after"
"the module is created and students have attempted it (for example
changes a self assessed problem to
"
"
self and peer assessed
."
),
help
=
_
(
"A list of lists of state dictionaries for student states that are saved.
"
"This field is only populated if the instructor changes tasks after
"
"the module is created and students have attempted it (for example
, if a self assessed problem is
"
"
changed to self and peer assessed)
."
),
scope
=
Scope
.
user_state
)
task_states
=
List
(
...
...
lms/djangoapps/shoppingcart/processors/CyberSource2.py
View file @
91196573
...
...
@@ -335,7 +335,7 @@ REASONCODE_MAP.update(
'200'
:
dedent
(
_
(
"""
The authorization request was approved by the issuing bank but declined by CyberSource
bec
o
use it did not pass the Address Verification System (AVS).
bec
a
use it did not pass the Address Verification System (AVS).
"""
)),
'201'
:
dedent
(
_
(
"""
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment