diff --git a/lib/API.class.php b/lib/API.class.php
index 5f1fc3d..56ce806 100755
--- a/lib/API.class.php
+++ b/lib/API.class.php
@@ -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 define( \'WP_STRAVA_DEBUG\', true ); 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 define( \'WP_STRAVA_DEBUG\', true ); to wp-config.php', 'wp-strava' ), $response['response']['code'], $response['response']['message'] ),
$error
);
diff --git a/lib/LatestRidesWidget.class.php b/lib/LatestRidesWidget.class.php
index 8171179..df4e34a 100644
--- a/lib/LatestRidesWidget.class.php
+++ b/lib/LatestRidesWidget.class.php
@@ -98,18 +98,18 @@ class WPStrava_LatestRidesWidget extends WP_Widget {
$response .= "" . $ride->name . '';
$response .= "