diff options
author | Bharat Mediratta <bharat@menalto.com> | 2009-08-28 11:21:19 -0700 |
---|---|---|
committer | Bharat Mediratta <bharat@menalto.com> | 2009-08-28 11:21:19 -0700 |
commit | 48e84243d24c52638042d3b5edc3cbd3765daac3 (patch) | |
tree | b5aae3c1e99ae29ff7595819b863063b62262b0a | |
parent | 76e541745f40dc684ddbbc58c6f178cd395911e2 (diff) |
Update help text to eliminate 'edit' since we don't do that yet, and change "items" to "photos".
-rw-r--r-- | modules/organize/views/organize_dialog.html.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/organize/views/organize_dialog.html.php b/modules/organize/views/organize_dialog.html.php index 3acee05c..7c09266f 100644 --- a/modules/organize/views/organize_dialog.html.php +++ b/modules/organize/views/organize_dialog.html.php @@ -11,7 +11,7 @@ <h3><?= t("Albums") ?></h3> </div> <div id="gMessage" class="yui-u"> - <div class="gInfo"><?= t("Select one or more items to edit; drag and drop items to re-order or move between albums") ?></div> + <div class="gInfo"><?= t("Drag and drop photos to re-order or move between albums") ?></div> </div> </div> <div id="gOrganizeContentPane" class="yui-gf"> |