From ebb96d169495a28970d3edbd6c464a46344b0141 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Otto=20Kek=C3=A4l=C3=A4inen?= Date: Fri, 24 Oct 2014 00:47:10 +0300 Subject: [PATCH] More exact and descriptive titles and texts in UI --- ui.h | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/ui.h b/ui.h index 2799ffe062..226db0490e 100644 --- a/ui.h +++ b/ui.h @@ -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"