From: Jason Etheridge Date: Mon, 4 Feb 2013 07:24:36 +0000 (-0500) Subject: fix .getFormattedString parameter X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=2468291a74a59ed19a8d5c487959d46cc044b90e;p=evergreen%2Fequinox.git fix .getFormattedString parameter Signed-off-by: Jason Etheridge Signed-off-by: Galen Charlton --- diff --git a/Open-ILS/xul/staff_client/chrome/content/main/main.js b/Open-ILS/xul/staff_client/chrome/content/main/main.js index d5e10bc008..d125d018c1 100644 --- a/Open-ILS/xul/staff_client/chrome/content/main/main.js +++ b/Open-ILS/xul/staff_client/chrome/content/main/main.js @@ -586,7 +586,7 @@ function main_init() { } } - window.document.title = authStrings.getFormattedString('staff.auth.titlebar.label', CLIENT_VERSION); + window.document.title = authStrings.getFormattedString('staff.auth.titlebar.label', [CLIENT_VERSION]); var x = document.getElementById('about_btn'); x.addEventListener( 'command',