Switched button order for create dialog to match the order from manage dialog.

Cancel/OK should be consistent between Create, Manage, and Delete dialogs.
 
BUG=138590
TEST= Manual testing 

Review URL: https://chromiumcodereview.appspot.com/10827011

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@148445 0039d316-1c4b-4281-b951-d872f2087c98
parent 645b4485
......@@ -73,9 +73,9 @@
</div>
</div>
<div class="button-strip">
<button id="create-profile-cancel" i18n-content="cancel"></button>
<button id="create-profile-ok" i18n-content="createProfileConfirm">
</button>
<button id="create-profile-cancel" i18n-content="cancel"></button>
</div>
</div>
</div>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment