Fossil SCM

Change the name of "Events" to "Technotes" in the activity reports pages.

drh 2015-02-14 21:20 trunk
Commit 12a3f81cb268c5f04773e4a8e1a93e4613e18f0f
1 file changed +3 -3
+3 -3
--- src/statrep.c
+++ src/statrep.c
@@ -129,11 +129,11 @@
129129
assert( statsReportType && "Must call stats_report_init_view() first." );
130130
switch( statsReportType ){
131131
case 'c':
132132
return "checkins";
133133
case 'e':
134
- return "events";
134
+ return "technotes";
135135
case 'w':
136136
return "wiki changes";
137137
case 't':
138138
return "ticket changes";
139139
case 'g':
@@ -171,13 +171,13 @@
171171
cgi_printf(" <strong>checkins</strong>", zTop);
172172
}else{
173173
cgi_printf(" <a href='%s&type=ci'>checkins</a>", zTop);
174174
}
175175
if('e' == statsReportType){
176
- cgi_printf(" <strong>events</strong>", zTop);
176
+ cgi_printf(" <strong>technotes</strong>", zTop);
177177
}else{
178
- cgi_printf(" <a href='%s&type=e'>events</a>", zTop);
178
+ cgi_printf(" <a href='%s&type=e'>technotes</a>", zTop);
179179
}
180180
if( 't' == statsReportType ){
181181
cgi_printf(" <strong>tickets</strong>", zTop);
182182
}else{
183183
cgi_printf(" <a href='%s&type=t'>tickets</a>", zTop);
184184
--- src/statrep.c
+++ src/statrep.c
@@ -129,11 +129,11 @@
129 assert( statsReportType && "Must call stats_report_init_view() first." );
130 switch( statsReportType ){
131 case 'c':
132 return "checkins";
133 case 'e':
134 return "events";
135 case 'w':
136 return "wiki changes";
137 case 't':
138 return "ticket changes";
139 case 'g':
@@ -171,13 +171,13 @@
171 cgi_printf(" <strong>checkins</strong>", zTop);
172 }else{
173 cgi_printf(" <a href='%s&type=ci'>checkins</a>", zTop);
174 }
175 if('e' == statsReportType){
176 cgi_printf(" <strong>events</strong>", zTop);
177 }else{
178 cgi_printf(" <a href='%s&type=e'>events</a>", zTop);
179 }
180 if( 't' == statsReportType ){
181 cgi_printf(" <strong>tickets</strong>", zTop);
182 }else{
183 cgi_printf(" <a href='%s&type=t'>tickets</a>", zTop);
184
--- src/statrep.c
+++ src/statrep.c
@@ -129,11 +129,11 @@
129 assert( statsReportType && "Must call stats_report_init_view() first." );
130 switch( statsReportType ){
131 case 'c':
132 return "checkins";
133 case 'e':
134 return "technotes";
135 case 'w':
136 return "wiki changes";
137 case 't':
138 return "ticket changes";
139 case 'g':
@@ -171,13 +171,13 @@
171 cgi_printf(" <strong>checkins</strong>", zTop);
172 }else{
173 cgi_printf(" <a href='%s&type=ci'>checkins</a>", zTop);
174 }
175 if('e' == statsReportType){
176 cgi_printf(" <strong>technotes</strong>", zTop);
177 }else{
178 cgi_printf(" <a href='%s&type=e'>technotes</a>", zTop);
179 }
180 if( 't' == statsReportType ){
181 cgi_printf(" <strong>tickets</strong>", zTop);
182 }else{
183 cgi_printf(" <a href='%s&type=t'>tickets</a>", zTop);
184

Keyboard Shortcuts

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