diff options
-rw-r--r-- | templates/photo_index.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/photo_index.tpl b/templates/photo_index.tpl index f9c651d..1590f85 100644 --- a/templates/photo_index.tpl +++ b/templates/photo_index.tpl @@ -26,7 +26,7 @@ {/if} {/if} {if $from_date && $to_date } - Results are limited to a date between {$from_date} to {$to_date}. + Results are limited to a date within {$from_date} to {$to_date}. {/if} </td> <td class="index_header" style="text-align: right"> |