Changeset 850 for trunk/grails-app
- Timestamp:
- Mar 7, 2011, 2:07:46 PM (14 years ago)
- Location:
- trunk/grails-app
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/grails-app/i18n/messages.properties
r837 r850 516 516 # 517 517 appCore.rebuild.text.search.index=The text search index is being rebuilt in the background, see log file for details. 518 519 # 520 # Ajax messages. 521 # 522 ajax.default.could.not.perform.operation=Could not perform operation, no response from server. -
trunk/grails-app/views/layouts/main.gsp
r827 r850 32 32 </div> 33 33 <div id="jQueryAjaxDefaultError" class="message_error" style="display:none;"> 34 <g:message code=" default.could.not.perform.operation" />34 <g:message code="ajax.default.could.not.perform.operation" /> 35 35 </div> 36 36 <g:if env="production">
Note: See TracChangeset
for help on using the changeset viewer.