Skip to content

Commit

Permalink
More exact and descriptive titles and texts in UI
Browse files Browse the repository at this point in the history
  • Loading branch information
Otto Kekäläinen committed Oct 23, 2014
1 parent f8202ae commit ebb96d1
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions ui.h
Original file line number Diff line number Diff line change
Expand Up @@ -59,17 +59,17 @@
#define VISIT_HEAD "Unique visitors per day - Including spiders"
#define VISIT_DESC "Hits having the same IP, date and agent are a unique visit."
#define VISIT_ID "visitors"
#define REQUE_HEAD "Requested files (Pages-URL)"
#define REQUE_DESC "Top Requested Files sorted by hits - [time served] [protocol] [method]"
#define REQUE_HEAD "Top requests (URLs)"
#define REQUE_DESC "Top requests sorted by hits - [time served] [protocol] [method]"
#define REQUE_ID "requests"
#define STATI_HEAD "Requested static files (e.g., png, js, css, etc.)"
#define STATI_DESC "Top Static Files sorted by hits - [time served] [protocol] [method]"
#define STATI_HEAD "Top static requests (e.g. jpg, png, js, css..)"
#define STATI_DESC "Top static requests sorted by hits - [time served] [protocol] [method]"
#define STATI_ID "static_requests"
#define FOUND_HEAD "HTTP 404 Not Found URLs"
#define FOUND_DESC "Top 404 Not Found URLs sorted by hits - [time served] [protocol] [method]"
#define FOUND_ID "not_found"
#define HOSTS_HEAD "Hosts"
#define HOSTS_DESC "Top Hosts sorted by hits - [bandwidth] [time served]"
#define HOSTS_HEAD "Visitor hostnames and IPs"
#define HOSTS_DESC "Top visitor hosts sorted by hits - [bandwidth] [time served]"
#define HOSTS_ID "hosts"
#define OPERA_HEAD "Operating Systems"
#define OPERA_DESC "Top Operating Systems sorted by unique visitors"
Expand Down

0 comments on commit ebb96d1

Please sign in to comment.