From 07d0d7ec244aea4d008d028931c0e3ad0970e051 Mon Sep 17 00:00:00 2001 From: Forest Hoffman Date: Mon, 5 Jan 2015 21:39:25 -0800 Subject: [PATCH] Changed "From Email Address" Tooltip To String Literal --- go_options.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go_options.php b/go_options.php index c680a6bf..828c1873 100644 --- a/go_options.php +++ b/go_options.php @@ -336,7 +336,7 @@ function game_on_options () {
'go_video_width', 2 => 'go_video_height'), 'http://maclab.guhsd.net/go/video/options/videoDefault.mp4', 'Set your default video size'); - go_options_input('From Email Address', 'text', 'go_email_from', 'http://maclab.guhsd.net/go/video/options/emailFrom.mp4', "Set the 'from' address of the store and file-uploader emails (default: 'no-reply@go.net')"); + go_options_input('From Email Address', 'text', 'go_email_from', 'http://maclab.guhsd.net/go/video/options/emailFrom.mp4', 'Set the "from" address of the store and file-uploader emails (default: "no-reply@go.net")'); go_options_input('Store Receipts', 'checkbox', 'go_store_receipt_switch', 'http://maclab.guhsd.net/go/video/options/storeReceipt.mp4', 'Receive email notification for each store purchase (off by default)'); go_options_input('Full Student Name', 'checkbox', 'go_full_student_name_switch', 'http://maclab.guhsd.net/go/video/options/fullStudentName.mp4', 'Display only first name and last initial (default)'); go_options_input(get_option('go_bonus_currency_name', 'Bonus'), 'checkbox', 'go_multiplier_switch', 'http://maclab.guhsd.net/go/video/options/multiplier.mp4', 'Enable bonus mechanism to boost rewards');