You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@vcl.apache.org by jf...@apache.org on 2017/01/13 16:34:16 UTC

svn commit: r1778631 - /vcl/trunk/web/.ht-inc/schedule.php

Author: jfthomps
Date: Fri Jan 13 16:34:16 2017
New Revision: 1778631

URL: http://svn.apache.org/viewvc?rev=1778631&view=rev
Log:
wrapped "Cancel" with call to translation function in addEditDialogHTML

Modified:
    vcl/trunk/web/.ht-inc/schedule.php

Modified: vcl/trunk/web/.ht-inc/schedule.php
URL: http://svn.apache.org/viewvc/vcl/trunk/web/.ht-inc/schedule.php?rev=1778631&r1=1778630&r2=1778631&view=diff
==============================================================================
--- vcl/trunk/web/.ht-inc/schedule.php (original)
+++ vcl/trunk/web/.ht-inc/schedule.php Fri Jan 13 16:34:16 2017
@@ -134,7 +134,7 @@ class Schedule extends Resource {
 		$h .= "<div id=\"addeditdlgerrmsg\" class=\"nperrormsg\"></div>\n";
 		$h .= "<div id=\"editdlgbtns\" align=\"center\">\n";
 		$h .= dijitButton('addeditbtn', "Confirm", "saveResource();");
-		$h .= dijitButton('', "Cancel", "addEditDlgHide();");
+		$h .= dijitButton('', _("Cancel"), "addEditDlgHide();");
 		$h .= "</div>\n"; # editdlgbtns
 		$h .= "</div>\n"; # addeditdlg