Skip to content

Commit

Permalink
Changed wording from 'Bandwidth' to the proper term 'Tx. Amount'.
Browse files Browse the repository at this point in the history
  • Loading branch information
allinurl committed Nov 18, 2018
1 parent 39a336e commit ab16a66
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/labels.h
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
#define T_DASH_HEAD _( "Dashboard - Overall Analyzed Requests")
#define T_HEAD N_( "Overall Analyzed Requests")

#define T_BW _( "Bandwidth")
#define T_BW _( "Tx. Amount")
#define T_DATETIME _( "Date/Time")
#define T_EXCLUDE_IP _( "Excl. IP Hits")
#define T_FAILED _( "Failed Requests")
Expand All @@ -78,7 +78,7 @@
#define MTRC_VISITORS_LBL _( "Visitors")
#define MTRC_VISITORS_SHORT_LBL _( "Vis.")
#define MTRC_VISITORS_PERC_LBL _( "v%")
#define MTRC_BW_LBL _( "Bandwidth")
#define MTRC_BW_LBL _( "Tx. Amount")
#define MTRC_AVGTS_LBL _( "Avg. T.S.")
#define MTRC_CUMTS_LBL _( "Cum. T.S.")
#define MTRC_MAXTS_LBL _( "Max. T.S.")
Expand Down

0 comments on commit ab16a66

Please sign in to comment.