Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
X
xblock-drag-and-drop-v2
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
OpenEdx
xblock-drag-and-drop-v2
Commits
aae9d4ed
Commit
aae9d4ed
authored
Dec 23, 2016
by
Matjaz Gregoric
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Change text Saving -> Submitting.
parent
a9375179
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
5 additions
and
5 deletions
+5
-5
drag_and_drop_v2/public/js/drag_and_drop.js
+2
-2
drag_and_drop_v2/translations/en/LC_MESSAGES/text.po
+1
-1
drag_and_drop_v2/translations/eo/LC_MESSAGES/text.po
+2
-2
No files found.
drag_and_drop_v2/public/js/drag_and_drop.js
View file @
aae9d4ed
...
...
@@ -9,7 +9,7 @@ function DragAndDropTemplates(configuration) {
return
(
h
(
"div.spinner-wrapper"
,
{
key
:
item
.
value
+
'-spinner'
},
[
h
(
"span.fa.fa-spin.fa-spinner"
,
{
attributes
:
{
'aria-hidden'
:
true
}}),
h
(
"span.sr"
,
gettext
(
'S
av
ing'
))
h
(
"span.sr"
,
gettext
(
'S
ubmitt
ing'
))
])
);
};
...
...
@@ -310,7 +310,7 @@ function DragAndDropTemplates(configuration) {
if
(
ctx
.
submit_spinner
)
{
submitSpinner
=
h
(
'span'
,
[
h
(
'span.fa.fa-spin.fa-spinner'
,
{
attributes
:
{
'aria-hidden'
:
true
}}),
h
(
'span.sr'
,
gettext
(
'S
av
ing'
))
h
(
'span.sr'
,
gettext
(
'S
ubmitt
ing'
))
]);
}
...
...
drag_and_drop_v2/translations/en/LC_MESSAGES/text.po
View file @
aae9d4ed
...
...
@@ -617,7 +617,7 @@ msgid "Actions"
msgstr ""
#: drag_and_drop_v2/public/js/drag_and_drop.js:12
msgid "S
av
ing"
msgid "S
ubmitt
ing"
msgstr ""
#: utils.py:44
...
...
drag_and_drop_v2/translations/eo/LC_MESSAGES/text.po
View file @
aae9d4ed
...
...
@@ -716,8 +716,8 @@ msgid "Actions"
msgstr "Àçtïöns Ⱡ'σяєм ιρѕυм #"
#: drag_and_drop_v2/public/js/drag_and_drop.js:12
msgid "S
av
ing"
msgstr "S
ävïng Ⱡ'σяєм ιρѕυ
#"
msgid "S
ubmitt
ing"
msgstr "S
üßmïttïng Ⱡ'σяєм ιρѕυм ∂σłσ
#"
#: utils.py:44
msgid "Your highest score is {score}"
...
...
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