summaryrefslogtreecommitdiff
path: root/modules/gallery/views/admin_identity.html.php
diff options
context:
space:
mode:
authorTim Almdal <tnalmdal@shaw.ca>2009-10-22 22:29:56 -0700
committerTim Almdal <tnalmdal@shaw.ca>2009-10-22 22:30:25 -0700
commitb74b131e25ca0ddb42d2545a5d0ea2d796452f1d (patch)
tree68dda2e42827b7c92b947ed6b56816c429682249 /modules/gallery/views/admin_identity.html.php
parent89ca1590e4435da56fc15c74fcff74b467bb8717 (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.php4
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>