diff options
| author | Chad Kieffer <chad@2tbsp.com> | 2009-04-10 05:40:56 +0000 |
|---|---|---|
| committer | Chad Kieffer <chad@2tbsp.com> | 2009-04-10 05:40:56 +0000 |
| commit | 9f488446d9dde9e485da2287a81fa14df1c5af0d (patch) | |
| tree | afc8b1f6ae900b2e5705a9744c6e1c825fc67d85 /modules/organize/views/organize.html.php | |
| parent | 91bc1292da0c4e01c475272a64030bb8097367b0 (diff) | |
Fix up microthumb grid, changed unselect to deselect all, white space fixes.
Diffstat (limited to 'modules/organize/views/organize.html.php')
| -rw-r--r-- | modules/organize/views/organize.html.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/organize/views/organize.html.php b/modules/organize/views/organize.html.php index bac61df5..5f26603e 100644 --- a/modules/organize/views/organize.html.php +++ b/modules/organize/views/organize.html.php @@ -15,7 +15,7 @@ <div id="yui-main"> <div class="yui-b"> <a id="gMicroThumbSelectAll" href="#"><?= t("select all") ?></a> - <a id="gMicroThumbUnselectAll" href="#" style="display: none"><?= t("unselect all") ?></a> + <a id="gMicroThumbUnselectAll" href="#" style="display: none"><?= t("deselect all") ?></a> <div id="gMicroThumbContainer" class="yui-u first" ref="<?= url::site("organize/content/__ITEM_ID__?width=__WIDTH__&height=__HEIGHT__&offset=__OFFSET__") ?>"> <ul id="gMicroThumbGrid"> |
