From 23bd9f501247acdfbfc31549a5b1d8f8d4e20030 Mon Sep 17 00:00:00 2001 From: Giulio Gratta Date: Wed, 16 Oct 2013 10:38:45 -0700 Subject: [PATCH] added help text to multiple speed video fields --- common/lib/xmodule/xmodule/video_module.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/common/lib/xmodule/xmodule/video_module.py b/common/lib/xmodule/xmodule/video_module.py index 71860a1864..764456d582 100644 --- a/common/lib/xmodule/xmodule/video_module.py +++ b/common/lib/xmodule/xmodule/video_module.py @@ -63,19 +63,19 @@ class VideoFields(object): default="OEoXaMPEzfM" ) youtube_id_0_75 = String( - help="The Youtube ID for the .75x speed video.", + help="Optional, for older browsers: the Youtube ID for the .75x speed video.", display_name="Youtube ID for .75x speed", scope=Scope.settings, default="" ) youtube_id_1_25 = String( - help="The Youtube ID for the 1.25x speed video.", + help="Optional, for older browsers: the Youtube ID for the 1.25x speed video.", display_name="Youtube ID for 1.25x speed", scope=Scope.settings, default="" ) youtube_id_1_5 = String( - help="The Youtube ID for the 1.5x speed video.", + help="Optional, for older browsers: the Youtube ID for the 1.5x speed video.", display_name="Youtube ID for 1.5x speed", scope=Scope.settings, default=""