diff options
-rw-r--r-- | graphics/icons/river_icon_image.gif | bin | 284 -> 945 bytes | |||
-rw-r--r-- | languages/en.php | 4 | ||||
-rw-r--r-- | views/default/tidypics/css.php | 5 |
3 files changed, 3 insertions, 6 deletions
diff --git a/graphics/icons/river_icon_image.gif b/graphics/icons/river_icon_image.gif Binary files differindex 6f8bfd6af..cf391898e 100644 --- a/graphics/icons/river_icon_image.gif +++ b/graphics/icons/river_icon_image.gif diff --git a/languages/en.php b/languages/en.php index 6aff28061..f1f3ed543 100644 --- a/languages/en.php +++ b/languages/en.php @@ -110,9 +110,9 @@ // river
//images
- 'image:river:created' => "%s added %s to album %s",
+ 'image:river:created' => "%s added the image %s to album %s",
'image:river:item' => "an image",
- 'image:river:annotate' => "a comment on the image",
+ 'image:river:annotate' => "a comment on the image",
//albums
'album:river:created' => "%s created a new photo album: ",
diff --git a/views/default/tidypics/css.php b/views/default/tidypics/css.php index 4d17ba214..bc0073734 100644 --- a/views/default/tidypics/css.php +++ b/views/default/tidypics/css.php @@ -178,12 +178,9 @@ padding:0 0 5px; /* --------- tidypics river items ------------ */ -.river_image_create { +.river_object_image_create { background: url(<?php echo $vars['url']; ?>mod/tidypics/graphics/icons/river_icon_image.gif) no-repeat left -1px; } -.river_album_create { - background: url(<?php echo $vars['url']; ?>mod/tidypics/graphics/icons/river_icon_album.gif) no-repeat left -1px; -} .river_object_album_create { background: url(<?php echo $vars['url']; ?>mod/tidypics/graphics/icons/river_icon_album.gif) no-repeat left -1px; } |