add i18n for cancel button

remotes/origin/stable5
Jörn Friedrich Dreyer 14 years ago
parent 09d6d843f7
commit bbef5b377e
  1. 7
      apps/files/js/files.js

@ -219,8 +219,11 @@ $(document).ready(function() {
$( '#uploadsize-message' ).dialog({
modal: true,
buttons: {
Close: function() {
$( this ).dialog( 'close' );
Close: {
text:t('files', 'Close'),
click:function() {
$( this ).dialog( 'close' );
}
}
}
});

Loading…
Cancel
Save