From 85f63d4f777bf8a170333101fe9e28aba5c9319b Mon Sep 17 00:00:00 2001 From: ringmaster Date: Fri, 4 Oct 2013 11:09:59 -0400 Subject: [PATCH] Allow "Finishing..." button on setup page to be translated. Fixes #5130. --- core/js/setup.js | 2 +- core/templates/installation.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/core/js/setup.js b/core/js/setup.js index c0df1ed96b..62f313fc50 100644 --- a/core/js/setup.js +++ b/core/js/setup.js @@ -54,7 +54,7 @@ $(document).ready(function() { var post = $(this).serializeArray(); // Disable inputs - $(':submit', this).attr('disabled','disabled').val('Finishing …'); + $(':submit', this).attr('disabled','disabled').val($(':submit', this).data('finishing')); $('input', this).addClass('ui-state-disabled').attr('disabled','disabled'); $('#selectDbType').buttonset('disable'); diff --git a/core/templates/installation.php b/core/templates/installation.php index 8b08770680..8b3ee8f120 100644 --- a/core/templates/installation.php +++ b/core/templates/installation.php @@ -172,5 +172,5 @@ -
+