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
644e18e2
Commit
644e18e2
authored
Jul 22, 2014
by
Sarina Canelake
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #4511 from edx/sarina/fix-i18n
Fix small i18n typos
parents
f20df3a8
91196573
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 @
644e18e2
...
@@ -74,10 +74,8 @@ define([
...
@@ -74,10 +74,8 @@ define([
it
(
'I do not see notification message if the model is not changed'
,
it
(
'I do not see notification message if the model is not changed'
,
function
()
{
function
()
{
var
expectedMessage
=
[
var
expectedMessage
=
'You have unsaved changes. Do you really want to '
,
'You have unsaved changes. Do you really want to leave this page?'
,
'leave this page?'
].
join
(
''
),
view
=
renderPage
(),
view
=
renderPage
(),
message
;
message
;
...
...
cms/static/js/views/pages/group_configurations.js
View file @
644e18e2
...
@@ -36,8 +36,7 @@ function ($, _, gettext, BaseView, GroupConfigurationsList) {
...
@@ -36,8 +36,7 @@ function ($, _, gettext, BaseView, GroupConfigurationsList) {
if
(
dirty
)
{
if
(
dirty
)
{
return
gettext
(
return
gettext
(
'You have unsaved changes. Do you really want to '
+
'You have unsaved changes. Do you really want to leave this page?'
'leave this page?'
);
);
}
}
}
}
...
...
common/lib/xmodule/xmodule/combined_open_ended_module.py
View file @
644e18e2
...
@@ -204,10 +204,10 @@ class CombinedOpenEndedFields(object):
...
@@ -204,10 +204,10 @@ class CombinedOpenEndedFields(object):
scope
=
Scope
.
user_state
scope
=
Scope
.
user_state
)
)
old_task_states
=
List
(
old_task_states
=
List
(
help
=
_
(
"A list of lists of state dictionaries for student states that are saved."
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"
"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
"
"the module is created and students have attempted it (for example
, if a self assessed problem is
"
"
self and peer assessed
."
),
"
changed to self and peer assessed)
."
),
scope
=
Scope
.
user_state
scope
=
Scope
.
user_state
)
)
task_states
=
List
(
task_states
=
List
(
...
...
lms/djangoapps/shoppingcart/processors/CyberSource2.py
View file @
644e18e2
...
@@ -335,7 +335,7 @@ REASONCODE_MAP.update(
...
@@ -335,7 +335,7 @@ REASONCODE_MAP.update(
'200'
:
dedent
(
_
(
'200'
:
dedent
(
_
(
"""
"""
The authorization request was approved by the issuing bank but declined by CyberSource
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
(
_
(
'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