diff options
| author | Tim Almdal <tnalmdal@shaw.ca> | 2009-10-22 22:29:56 -0700 |
|---|---|---|
| committer | Tim Almdal <tnalmdal@shaw.ca> | 2009-10-22 22:30:25 -0700 |
| commit | b74b131e25ca0ddb42d2545a5d0ea2d796452f1d (patch) | |
| tree | 68dda2e42827b7c92b947ed6b56816c429682249 /modules/gallery/views/admin_identity.html.php | |
| parent | 89ca1590e4435da56fc15c74fcff74b467bb8717 (diff) | |
Change Identity adminstration to use the uninstall/install methods when changing providers.
Diffstat (limited to 'modules/gallery/views/admin_identity.html.php')
| -rw-r--r-- | modules/gallery/views/admin_identity.html.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/gallery/views/admin_identity.html.php b/modules/gallery/views/admin_identity.html.php index 1405cacb..358860cf 100644 --- a/modules/gallery/views/admin_identity.html.php +++ b/modules/gallery/views/admin_identity.html.php @@ -10,7 +10,7 @@ $("#g-dialog").html(data); $("#g-dialog").dialog({ bgiframe: true, - title: "<?= t("Confirm Change Identity Provider") ?>", + title: <?= t("Confirm identity provider change")->for_js() ?>, resizable: false, height:165, modal: true, @@ -34,7 +34,7 @@ </script> <div id="g-modules"> - <h1> <?= t("Gallery Identity Management") ?> </h1> + <h1> <?= t("Manage Identity Providers") ?> </h1> <p> <?= t("Choose a different user/group management provider.") ?> </p> |
