mirror of
https://github.com/Retrospring/retrospring.git
synced 2025-02-13 21:33:20 +01:00
Yes and No translated into true and false??? this fixes it
This commit is contained in:
parent
d28f64adf1
commit
3afaf3222d
3 changed files with 6 additions and 7 deletions
|
@ -8,8 +8,8 @@ $(document).on "click", "a[data-action=ab-destroy]", (ev) ->
|
||||||
type: "warning"
|
type: "warning"
|
||||||
showCancelButton: true
|
showCancelButton: true
|
||||||
confirmButtonColor: "#DD6B55"
|
confirmButtonColor: "#DD6B55"
|
||||||
confirmButtonText: translate('views.actions.yes')
|
confirmButtonText: translate('views.actions.y')
|
||||||
cancelButtonText: translate('views.actions.no')
|
cancelButtonText: translate('views.actions.n')
|
||||||
closeOnConfirm: true
|
closeOnConfirm: true
|
||||||
, ->
|
, ->
|
||||||
$.ajax
|
$.ajax
|
||||||
|
|
|
@ -8,8 +8,8 @@ $(document).on "click", "a[data-action=ab-question-destroy]", (ev) ->
|
||||||
type: "warning"
|
type: "warning"
|
||||||
showCancelButton: true
|
showCancelButton: true
|
||||||
confirmButtonColor: "#DD6B55"
|
confirmButtonColor: "#DD6B55"
|
||||||
confirmButtonText: translate('views.actions.yes')
|
confirmButtonText: translate('views.actions.y')
|
||||||
cancelButtonText: translate('views.actions.no')
|
cancelButtonText: translate('views.actions.n')
|
||||||
closeOnConfirm: true
|
closeOnConfirm: true
|
||||||
, ->
|
, ->
|
||||||
$.ajax
|
$.ajax
|
||||||
|
|
|
@ -66,7 +66,6 @@ en:
|
||||||
title: "Really report this %{type}?"
|
title: "Really report this %{type}?"
|
||||||
text: "A moderator will review your report and decide what happens.\nIf you'd like, you can also specify a reason."
|
text: "A moderator will review your report and decide what happens.\nIf you'd like, you can also specify a reason."
|
||||||
input: "Specify a reason..."
|
input: "Specify a reason..."
|
||||||
|
|
||||||
flash:
|
flash:
|
||||||
ban:
|
ban:
|
||||||
error: "I'm sorry, %{name}, I'm afraid I can't do that."
|
error: "I'm sorry, %{name}, I'm afraid I can't do that."
|
||||||
|
@ -282,8 +281,8 @@ en:
|
||||||
cancel: "Cancel"
|
cancel: "Cancel"
|
||||||
close: "Close"
|
close: "Close"
|
||||||
done: "Done"
|
done: "Done"
|
||||||
yes: "Yes"
|
y: "Yes"
|
||||||
no: "No"
|
n: "No"
|
||||||
sessions:
|
sessions:
|
||||||
destroy: "Logout"
|
destroy: "Logout"
|
||||||
create: "Sign in"
|
create: "Sign in"
|
||||||
|
|
Loading…
Reference in a new issue