mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 14:05:37 +02:00
MINOR: Typo in language file
This commit is contained in:
parent
eb77c4b056
commit
ade3f5b912
@ -2,9 +2,8 @@
|
||||
.cms table.ss-gridfield.field { box-shadow: none; padding: 0; margin: 20px 0 0 0; border-collapse: separate; border-bottom: 0 none; }
|
||||
.cms table.ss-gridfield.field thead { color: #1d2224; background: transparent; }
|
||||
.cms table.ss-gridfield.field tbody { background: #FFF; }
|
||||
.cms table.ss-gridfield.field tbody td { /* Rounded buttons */ }
|
||||
.cms table.ss-gridfield.field tbody td button { border: #CC0033 solid 1px; background: #CC0033; color: #FFF; -moz-border-radius: 15px; -webkit-border-radius: 15px; -o-border-radius: 15px; -ms-border-radius: 15px; -khtml-border-radius: 15px; border-radius: 15px; margin: 0 0 0 2px; padding: 0; width: auto; min-width: 30px; height: 30px; text-shadow: none; }
|
||||
.cms table.ss-gridfield.field tbody td button:hover { color: #222; }
|
||||
.cms table.ss-gridfield.field tbody td { /* Emulate a link by default */ }
|
||||
.cms table.ss-gridfield.field tbody td button { border: none; background: none; margin: 0 0 0 2px; padding: 0; width: auto; text-shadow: none; }
|
||||
.cms table.ss-gridfield.field tfoot { color: #1d2224; }
|
||||
.cms table.ss-gridfield.field tfoot tr td { background: #95a5ab; padding: .7em; }
|
||||
.cms table.ss-gridfield.field tr.sortable-header th { background: #7f9198; }
|
||||
|
@ -16,6 +16,6 @@ if(typeof(ss) == 'undefined' || typeof(ss.i18n) == 'undefined') {
|
||||
'FILEIFRAMEFIELD.DELETEIMAGE': 'Delete Image',
|
||||
'FILEIFRAMEFIELD.CONFIRMDELETE': 'Are you sure you want to delete this file?',
|
||||
'LeftAndMain.IncompatBrowserWarning': 'Your browser is not compatible with the CMS interface. Please use Internet Explorer 7+, Google Chrome 10+ or Mozilla Firefox 3.5+.',
|
||||
'GRIDFIELD.ERRORINTRANSACTION': 'An error occured while fecthing data from the server\n Please try again later.'
|
||||
'GRIDFIELD.ERRORINTRANSACTION': 'An error occured while fetching data from the server\n Please try again later.'
|
||||
});
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user