Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
timeshift: add 'no rewind' mark to the On-demand field name
  • Loading branch information
perexg committed Dec 17, 2015
1 parent c50d70e commit c4616d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/timeshift.c
Expand Up @@ -153,7 +153,7 @@ const idclass_t timeshift_conf_class = {
{
.type = PT_BOOL,
.id = "ondemand",
.name = N_("On-demand"),
.name = N_("On-demand (no rewind)"),
.off = offsetof(timeshift_conf_t, ondemand),
},
{
Expand Down

0 comments on commit c4616d1

Please sign in to comment.