From 22459d2914e72261fdfd8b74c837d61f4854e131 Mon Sep 17 00:00:00 2001 From: Brian Miyaji Date: Thu, 12 Jan 2017 17:39:07 +1100 Subject: [PATCH] Tweak timelines module description --- includes/class-sp-modules.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/class-sp-modules.php b/includes/class-sp-modules.php index db779c44..060ba43f 100644 --- a/includes/class-sp-modules.php +++ b/includes/class-sp-modules.php @@ -48,7 +48,7 @@ class SP_Modules { 'class' => 'SportsPress_Timelines', 'icon' => 'sp-icon-timeline', 'link' => 'http://tboy.co/pro', - 'desc' => __( 'Display a timeline of player performance in events.', 'sportspress' ), + 'desc' => __( 'Display a visual timeline of player performance in events.', 'sportspress' ), ), 'tournaments' => array( 'label' => __( 'Tournaments', 'sportspress' ),