Fossil SCM
Fix a typo in the banner for the days= query parameter.
Commit
69786b02dedd0ff10f0e3bccad71b3d794e27eb4566525b37431982f1f22287e
Parent
cd11e359d3034df…
1 file changed
+1
-1
+1
-1
| --- src/timeline.c | ||
| +++ src/timeline.c | ||
| @@ -1949,11 +1949,11 @@ | ||
| 1949 | 1949 | blob_appendf(&desc, "%ss for week %h beginning on %h", |
| 1950 | 1950 | zEType, zYearWeek, zYearWeekStart); |
| 1951 | 1951 | }else if( zDay ){ |
| 1952 | 1952 | blob_appendf(&desc, "%ss occurring on %h", zEType, zDay); |
| 1953 | 1953 | }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", | |
| 1955 | 1955 | zEType, nDays, nDays>1 ? "s" : ""); |
| 1956 | 1956 | }else if( zBefore==0 && zCirca==0 && n>=nEntry && nEntry>0 ){ |
| 1957 | 1957 | blob_appendf(&desc, "%d most recent %ss", n, zEType); |
| 1958 | 1958 | }else{ |
| 1959 | 1959 | blob_appendf(&desc, "%d %ss", n, zEType); |
| 1960 | 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 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 |