4091c4c965
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/branches/uni@13361 178a84e3-b1eb-0310-8ba1-8eac791a3b58
24 lines
959 B
Plaintext
24 lines
959 B
Plaintext
<stkgui>
|
|
|
|
<div x="2%" y="5%" width="96%" height="90%" layout="vertical-row" >
|
|
|
|
<header id="title" width="96%" proportion="1" text_align="center" word_wrap="true"
|
|
I18N="In the registration dialog' dialog" text="Registration Complete"/>
|
|
|
|
<spacer height="20" width="50">
|
|
|
|
<label id="info" proportion="1" width="90%" align="center" text_align="center" word_wrap="true" I18N="In the registration dialog"
|
|
text="You will receive an email with further instructions regarding account activation. Please be patient and be sure to check your spam folder."/>
|
|
|
|
<spacer height="20" width="50">
|
|
|
|
<buttonbar id="options" width="25%" proportion="1" align="center">
|
|
<icon-button id="cancel" width="64" height="64" icon="gui/green_check.png"
|
|
I18N="Registration dialog" text="Close" label_location="none"/>
|
|
</buttonbar>
|
|
|
|
|
|
</div>
|
|
|
|
</stkgui>
|