Skip to content

Commit

Permalink
Changed sidebar name to rWInfo.
Browse files Browse the repository at this point in the history
  • Loading branch information
rWatcher committed Feb 24, 2010
1 parent 0c32649 commit 042ea22
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion modules/rwinfo/helpers/rwinfo_block.php
Expand Up @@ -19,7 +19,7 @@
*/
class rwinfo_block_Core {
static function get_site_list() {
return array("metadata" => t("Metadata"));
return array("metadata" => t("rWInfo"));
}

static function get($block_id, $theme) {
Expand Down
5 changes: 4 additions & 1 deletion modules/rwinfo/notes.txt
Expand Up @@ -5,4 +5,7 @@ Display tags in the info sidebar (if the tags module is active).
Display tags when mousing over the thumbnails (if tags module is active).
Display "Movie Info" on movies instead of "Photo Info" like the Gallery Info module does.
Use long month instead of short month on the album display.
Change Date/Time format to "F j, Y h:i:s a" for photos.
Change Date/Time format to "F j, Y h:i:s a" for photos.

Changed block name on sidebar to rWInfo, to make it stick out more (helpers\rwinfo_block.php -> return array("metadata" => t("rWInfo"));

0 comments on commit 042ea22

Please sign in to comment.