Fossil SCM

Fix a typo in the banner for the days= query parameter.

drh 2018-04-26 19:55 trunk
Commit 69786b02dedd0ff10f0e3bccad71b3d794e27eb4566525b37431982f1f22287e
1 file changed +1 -1
+1 -1
--- src/timeline.c
+++ src/timeline.c
@@ -1949,11 +1949,11 @@
19491949
blob_appendf(&desc, "%ss for week %h beginning on %h",
19501950
zEType, zYearWeek, zYearWeekStart);
19511951
}else if( zDay ){
19521952
blob_appendf(&desc, "%ss occurring on %h", zEType, zDay);
19531953
}else if( zNDays ){
1954
- blob_appendf(&desc, "%ss with the past %d day%s",
1954
+ blob_appendf(&desc, "%ss within the past %d day%s",
19551955
zEType, nDays, nDays>1 ? "s" : "");
19561956
}else if( zBefore==0 && zCirca==0 && n>=nEntry && nEntry>0 ){
19571957
blob_appendf(&desc, "%d most recent %ss", n, zEType);
19581958
}else{
19591959
blob_appendf(&desc, "%d %ss", n, zEType);
19601960
--- src/timeline.c
+++ src/timeline.c
@@ -1949,11 +1949,11 @@
1949 blob_appendf(&desc, "%ss for week %h beginning on %h",
1950 zEType, zYearWeek, zYearWeekStart);
1951 }else if( zDay ){
1952 blob_appendf(&desc, "%ss occurring on %h", zEType, zDay);
1953 }else if( zNDays ){
1954 blob_appendf(&desc, "%ss with the past %d day%s",
1955 zEType, nDays, nDays>1 ? "s" : "");
1956 }else if( zBefore==0 && zCirca==0 && n>=nEntry && nEntry>0 ){
1957 blob_appendf(&desc, "%d most recent %ss", n, zEType);
1958 }else{
1959 blob_appendf(&desc, "%d %ss", n, zEType);
1960
--- src/timeline.c
+++ src/timeline.c
@@ -1949,11 +1949,11 @@
1949 blob_appendf(&desc, "%ss for week %h beginning on %h",
1950 zEType, zYearWeek, zYearWeekStart);
1951 }else if( zDay ){
1952 blob_appendf(&desc, "%ss occurring on %h", zEType, zDay);
1953 }else if( zNDays ){
1954 blob_appendf(&desc, "%ss within the past %d day%s",
1955 zEType, nDays, nDays>1 ? "s" : "");
1956 }else if( zBefore==0 && zCirca==0 && n>=nEntry && nEntry>0 ){
1957 blob_appendf(&desc, "%d most recent %ss", n, zEType);
1958 }else{
1959 blob_appendf(&desc, "%d %ss", n, zEType);
1960

Keyboard Shortcuts

Open search /
Next entry (timeline) j
Previous entry (timeline) k
Open focused entry Enter
Show this help ?
Toggle theme Top nav button