From 6baecaf04fe0b3c3ef9515e2ea6a612702c1a3f8 Mon Sep 17 00:00:00 2001 From: Brian Miyaji Date: Wed, 22 Oct 2014 18:48:16 +1100 Subject: [PATCH] Make Video string translatable in admin --- includes/sp-core-functions.php | 1 + 1 file changed, 1 insertion(+) diff --git a/includes/sp-core-functions.php b/includes/sp-core-functions.php index df71ab3c..c554f049 100644 --- a/includes/sp-core-functions.php +++ b/includes/sp-core-functions.php @@ -1110,6 +1110,7 @@ function sp_get_text_options() { __( 'Time/Results', 'sportspress' ), __( 'Total', 'sportspress' ), __( 'Venue', 'sportspress' ), + __( 'Video', 'sportspress' ), __( 'View all events', 'sportspress' ), __( 'View all players', 'sportspress' ), __( 'View full table', 'sportspress' ),