Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
imagecache: little text fix
  • Loading branch information
perexg committed Sep 17, 2015
1 parent 9932b10 commit 51ad7e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/imagecache.c
Expand Up @@ -93,7 +93,7 @@ const idclass_t imagecache_class = {
{
.type = PT_U32,
.id = "ok_period",
.name = N_("Re-fetch period"),
.name = N_("Re-fetch period (hours)"),
.off = offsetof(struct imagecache_config, ok_period),
},
{
Expand Down

0 comments on commit 51ad7e0

Please sign in to comment.