summaryrefslogtreecommitdiff
path: root/modules/gallery/views
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
parent89ca1590e4435da56fc15c74fcff74b467bb8717 (diff)
Change Identity adminstration to use the uninstall/install methods when changing providers.
Diffstat (limited to 'modules/gallery/views')
-rw-r--r--modules/gallery/views/admin_identity.html.php4
-rw-r--r--modules/gallery/views/admin_identity_confirm.html.php2
2 files changed, 3 insertions, 3 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>
diff --git a/modules/gallery/views/admin_identity_confirm.html.php b/modules/gallery/views/admin_identity_confirm.html.php
index e14525b5..54aae9c8 100644
--- a/modules/gallery/views/admin_identity_confirm.html.php
+++ b/modules/gallery/views/admin_identity_confirm.html.php
@@ -4,7 +4,7 @@
<?= form::hidden("provider", $new_provider) ?>
<p><span class="ui-icon ui-icon-alert" style="float: left; margin:0 7px 20px 0;"></span>
- <?= t("Do you really want to switch Identity providers? Continuing will delete all existing users.") ?>
+ <?= t("Are you sure you want to change your Identity Provider? Continuing will delete all existing users.") ?>
</p>
</form>