comparison rhodecode/templates/index_base.html @ 3526:79c980b628e3 beta

Small wording improvement.
author Leonardo <leo@unity3d.com>
date Mon, 25 Feb 2013 20:56:01 +0100
parents fe2bb88bf7ac
children 53eafc983b5c
comparison
equal deleted inserted replaced
3398:1ca82b6a6349 3526:79c980b628e3
293 containers:['user-paginator'] 293 containers:['user-paginator']
294 }), 294 }),
295 295
296 MSG_SORTASC:"${_('Click to sort ascending')}", 296 MSG_SORTASC:"${_('Click to sort ascending')}",
297 MSG_SORTDESC:"${_('Click to sort descending')}", 297 MSG_SORTDESC:"${_('Click to sort descending')}",
298 MSG_EMPTY:"${_('No records found.')}", 298 MSG_EMPTY:"${_('No repositories found.')}",
299 MSG_ERROR:"${_('Data error.')}", 299 MSG_ERROR:"${_('Data error.')}",
300 MSG_LOADING:"${_('Loading...')}", 300 MSG_LOADING:"${_('Loading...')}",
301 } 301 }
302 ); 302 );
303 myDataTable.subscribe('postRenderEvent',function(oArgs) { 303 myDataTable.subscribe('postRenderEvent',function(oArgs) {