mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-02-25 18:55:28 -06:00
I18n clean-up.
The hard-coded 'undo' and 'undo all' labels have been moved into internal.py to allow translation. Ticket #1897
This commit is contained in:
committed by
Martin Kosek
parent
56d89d39ce
commit
62817a4f72
@@ -305,7 +305,7 @@ IPA.widget = function(spec) {
|
||||
name: 'undo',
|
||||
style: 'display: none;',
|
||||
'class': 'ui-state-highlight ui-corner-all undo',
|
||||
html: 'undo'
|
||||
html: IPA.messages.widget.undo
|
||||
}).appendTo(container);
|
||||
|
||||
if(on_undo === undefined) {
|
||||
@@ -600,7 +600,7 @@ IPA.multivalued_text_widget = function(spec) {
|
||||
name: 'undo_all',
|
||||
style: 'display: none;',
|
||||
'class': 'ui-state-highlight ui-corner-all undo',
|
||||
html: 'undo all',
|
||||
html: IPA.messages.widget.undo_all,
|
||||
click: function() {
|
||||
that.reset();
|
||||
}
|
||||
|
Reference in New Issue
Block a user