diff options
author | Bharat Mediratta <bharat@menalto.com> | 2010-07-31 12:12:17 -0700 |
---|---|---|
committer | Bharat Mediratta <bharat@menalto.com> | 2010-07-31 12:12:17 -0700 |
commit | 68f41c7061cc6d1227286fd541d84c5df2549cb3 (patch) | |
tree | c4f95c6042f81441eec34d6d58b0d22be1f52365 /modules | |
parent | a8bb0462097bd83cd87bf9048b8be879cff3cd6c (diff) |
Fix typo: ui-corners-all --> ui-corner-all
thanks Lord Beowulf!
Diffstat (limited to 'modules')
-rw-r--r-- | modules/gallery/views/welcome_message.html.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/gallery/views/welcome_message.html.php b/modules/gallery/views/welcome_message.html.php index 4d6ed726..1fcca971 100644 --- a/modules/gallery/views/welcome_message.html.php +++ b/modules/gallery/views/welcome_message.html.php @@ -18,7 +18,7 @@ <a href="<?= url::site("admin/users/edit_user_form/{$user->id}") ?>" title="<?= t("Edit your profile")->for_html_attr() ?>" id="g-after-install-change-password-link" - class="g-button ui-state-default ui-corners-all"> + class="g-button ui-state-default ui-corner-all"> <?= t("Change password and email now") ?> </a> <script type="text/javascript"> |