mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-29 15:52:07 +00:00
Bug 636840 - 'Get the New Version' text overflows button size [r=mbrubeck]
This commit is contained in:
parent
7a662d36df
commit
ecd76ebe90
@ -104,7 +104,7 @@ UpdatePrompt.prototype = {
|
||||
// Unconditionally use the "major" type here as for now it is always a new version
|
||||
// without additional description required for a minor update message
|
||||
let message = gUpdateBundle.formatStringFromName("intro_major", [brandName, aUpdate.displayVersion], 2);
|
||||
let button0 = gUpdateBundle.GetStringFromName("updateButton_major");
|
||||
let button0 = gUpdateBundle.GetStringFromName("okButton");
|
||||
let button1 = gUpdateBundle.GetStringFromName("askLaterButton");
|
||||
let prompt = Services.prompt;
|
||||
let flags = prompt.BUTTON_POS_0 * prompt.BUTTON_TITLE_IS_STRING + prompt.BUTTON_POS_1 * prompt.BUTTON_TITLE_IS_STRING;
|
||||
|
Loading…
Reference in New Issue
Block a user