mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-04 23:08:39 +09:00
Issue #65 - Don't split in the middle of assignment statements in createProfileWizard.js
This commit is contained in:
parent
f66076f04c
commit
65b6f50bf4
1 changed files with 2 additions and 3 deletions
|
|
@ -116,11 +116,10 @@ function checkCurrentInput(currentInput)
|
|||
|
||||
if (!errorMessage) {
|
||||
finishText.className = "";
|
||||
finishText.firstChild.data = gProfileManagerBundle
|
||||
#ifdef XP_MACOSX
|
||||
.getString("profileFinishTextMac");
|
||||
finishText.firstChild.data = gProfileManagerBundle.getString("profileFinishTextMac");
|
||||
#else
|
||||
.getString("profileFinishText");
|
||||
finishText.firstChild.data = gProfileManagerBundle.getString("profileFinishText");
|
||||
#endif
|
||||
canAdvance = true;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue