| @@ -54,13 +54,13 @@ | ||
| 54 | 54 | </div> |
| 55 | 55 | <?php |
| 56 | 56 | $template = ob_get_clean(); |
| 57 | 57 | $template = sprintf( $template, |
| 58 | -__( 'Name', 'cf7-grid-layout' ), | |
| 58 | + __( 'Your Name', 'contact-form-7' ), | |
| 59 | 59 | __( 'Enter your full name', 'cf7-grid-layout' ), |
| 60 | - __( 'E-mail', 'cf7-grid-layout' ), | |
| 60 | + __( 'Your Email', 'contact-form-7' ), | |
| 61 | 61 | __( 'Enter a valid email', 'cf7-grid-layout' ), |
| 62 | - __( 'Send', 'cf7-grid-layout' ), | |
| 63 | - __( 'Subject', 'cf7-grid-layout' ), | |
| 62 | + __( 'Send', 'contact-form-7' ), | |
| 63 | + __( 'Subject', 'contact-form-7' ), | |
| 64 | 64 | __( 'the topic of your message', 'cf7-grid-layout' ), |
| 65 | - __( 'Message', 'cf7-grid-layout' ), | |
| 65 | + __( 'Your Message', 'contact-form-7' ), | |
| 66 | 66 | __( 'Enter a brief message', 'cf7-grid-layout' )); |