mirror of
https://github.com/10h30/wp-strava.git
synced 2026-07-12 03:06:34 +09:00
translator formatting
This commit is contained in:
+2
-2
@@ -44,7 +44,7 @@ class WPStrava_API {
|
||||
|
||||
return new WP_Error(
|
||||
'wp-strava_post',
|
||||
// translators: message shown when there's a problem with ab HTTP POST to the Strava API.
|
||||
// Translators: message shown when there's a problem with ab HTTP POST to the Strava API.
|
||||
sprintf( __( 'ERROR %1$s %2$s - See full error by adding <code>define( \'WP_STRAVA_DEBUG\', true );</code> to wp-config.php', 'wp-strava' ), $response['response']['code'], $response['response']['message'] ),
|
||||
$error
|
||||
);
|
||||
@@ -89,7 +89,7 @@ class WPStrava_API {
|
||||
|
||||
return new WP_Error(
|
||||
'wp-strava_get',
|
||||
// translators: message shown when there's a problem with an HTTP GET to the Strava API.
|
||||
// Translators: message shown when there's a problem with an HTTP GET to the Strava API.
|
||||
sprintf( __( 'ERROR %1$s %2$s - See full error by adding <code>define( \'WP_STRAVA_DEBUG\', true );</code> to wp-config.php', 'wp-strava' ), $response['response']['code'], $response['response']['message'] ),
|
||||
$error
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user