mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-18 23:15:38 +00:00
fix bug 33545, button too wide + typo on button
This commit is contained in:
parent
a6364b1182
commit
6d21c3707c
@ -99,6 +99,10 @@
|
||||
</titledbox>
|
||||
|
||||
<spring class="vgap"/>
|
||||
<titledbutton value="&changePasswords.label;" class="dialog push" onclick="changePasswords();"/>
|
||||
|
||||
<box align="horizontal">
|
||||
<spring flex="50%"/>
|
||||
<titledbutton value="&changePasswords.label;" class="dialog push"
|
||||
onclick="changePasswords();"/>
|
||||
<spring flex="50%"/>
|
||||
</box>
|
||||
</window>
|
||||
|
@ -15,4 +15,4 @@
|
||||
<!ENTITY signonEnabledCheck.accesskey "s">
|
||||
<!ENTITY walletEnabledCheck.label "Save form data when submitting forms.">
|
||||
<!ENTITY walletEnabledCheck.accesskey "w">
|
||||
<!ENTITY changePasswords.label "Change Passwords">
|
||||
<!ENTITY changePasswords.label "Change Master Password">
|
||||
|
Loading…
x
Reference in New Issue
Block a user