Fixed another syntax error in SOMMetric

This commit is contained in:
Justin Foell
2013-04-01 07:56:03 -05:00
parent 60ae33a0a0
commit 1e140cf700
+1
View File
@@ -44,3 +44,4 @@ class WPStrava_SOMMetric extends WPStrava_SOM {
public function get_elevation_label() {
return __( 'meters', 'wp-strava' );
}
}