Make WordPress Core


Ignore:
Timestamp:
09/30/2011 05:18:35 PM (14 years ago)
Author:
markjaquith
Message:

Be more consistent with ERROR: messages. fixes #15887

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-includes/js/tinymce/langs/wp-langs.php

    r18518 r18841  
    2525clipboard_no_support:"' . mce_escape( __('Currently not supported by your browser, use keyboard shortcuts instead.') ) . '",
    2626popup_blocked:"' . mce_escape( __('Sorry, but we have noticed that your popup-blocker has disabled a window that provides application functionality. You will need to disable popup blocking on this site in order to fully utilize this tool.') ) . '",
    27 invalid_data:"' . mce_escape( __('Error: Invalid values entered, these are marked in red.') ) . '",
     27invalid_data:"' . mce_escape( __('ERROR: Invalid values entered, these are marked in red.') ) . '",
    2828invalid_data_number:"' . mce_escape( __('{#field} must be a number') ) . '",
    2929invalid_data_min:"' . mce_escape( __('{#field} must be a number greater than {#min}') ) . '",
Note: See TracChangeset for help on using the changeset viewer.