From 270fa8849b51cd41deef9f0d7858c09927e6ec0c Mon Sep 17 00:00:00 2001 From: "philringnalda%gmail.com" Date: Sun, 2 Dec 2007 05:18:54 +0000 Subject: [PATCH] =?UTF-8?q?Bug=20400151=20=C3=A2=C2=80=C2=93=20Thunderbird?= =?UTF-8?q?=20nightly=20update=20build=20id=20is=20cropped,=20r=3Dsspitzer?= =?UTF-8?q?,=20a=3Dbeltzner?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit git-svn-id: svn://10.0.0.236/trunk@240237 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/toolkit/mozapps/update/content/updates.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mozilla/toolkit/mozapps/update/content/updates.js b/mozilla/toolkit/mozapps/update/content/updates.js index 128e59fbe06..1872e39ea18 100755 --- a/mozilla/toolkit/mozapps/update/content/updates.js +++ b/mozilla/toolkit/mozapps/update/content/updates.js @@ -660,7 +660,7 @@ var gUpdatesAvailablePage = { var updateName = gUpdates.strings.getFormattedString("updateName", [gUpdates.brandName, gUpdates.update.version]); if (gUpdates.update.channel == "nightly") - updateName = updateName + " nightly (" + gUpdates.update.buildID + ")"; + updateName = updateName + " " + gUpdates.update.buildID + " nightly"; var updateNameElement = document.getElementById("updateName"); updateNameElement.value = updateName; var severity = gUpdates.update.type;