Skip to content
Snippets Groups Projects
Commit 0e0c3262 authored by Erick Hitter's avatar Erick Hitter
Browse files

Match Core's string to borrow its translation

parent 8344d636
No related branches found
No related tags found
No related merge requests found
......@@ -48,8 +48,8 @@ class ETH_Simple_Shortlinks {
/**
* Dummy magic methods
*/
public function __clone() { _doing_it_wrong( __FUNCTION__, 'Cheatin’ huh?', '0.1' ); }
public function __wakeup() { _doing_it_wrong( __FUNCTION__, 'Cheatin’ huh?', '0.1' ); }
public function __clone() { _doing_it_wrong( __FUNCTION__, __( 'Cheatin’ uh?' ), '0.1' ); }
public function __wakeup() { _doing_it_wrong( __FUNCTION__, __( 'Cheatin’ uh?' ), '0.1' ); }
public function __call( $name = '', $args = array() ) { unset( $name, $args ); return null; }
/**
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment