From 4fa8f142f4260b98e5eebefba3d1a75ff94c7dd4 Mon Sep 17 00:00:00 2001 From: rolux Date: Mon, 26 Mar 2012 19:38:24 +0000 Subject: [PATCH] minor wording changes in dialogs --- static/js/pandora/statisticsDialog.js | 6 +++--- static/js/pandora/usersDialog.js | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/static/js/pandora/statisticsDialog.js b/static/js/pandora/statisticsDialog.js index f92a8fe96..8c4f492af 100644 --- a/static/js/pandora/statisticsDialog.js +++ b/static/js/pandora/statisticsDialog.js @@ -33,9 +33,9 @@ pandora.ui.statisticsDialog = function() { ] }, tabs = [ - {id: 'seen', title: 'First Seen and Last Seen', selected: true}, + {id: 'seen', title: 'First Seen & Last Seen', selected: true}, {id: 'locations', title: 'Locations'}, - {id: 'systems', title: 'Operating Systems and Browsers'} + {id: 'systems', title: 'Operating Systems & Browsers'} ], $dialog = Ox.Dialog({ @@ -527,7 +527,7 @@ pandora.ui.statisticsDialog = function() { }, keyWidth: 192, sort: {key: 'value', operator: '-'}, - title: 'Operating Systems and Browsers', + title: 'Operating Systems & Browsers', width: chartWidth }) .css({ diff --git a/static/js/pandora/usersDialog.js b/static/js/pandora/usersDialog.js index 6c20e6765..27ea4e1d9 100644 --- a/static/js/pandora/usersDialog.js +++ b/static/js/pandora/usersDialog.js @@ -36,7 +36,7 @@ pandora.ui.usersDialog = function() { }), $guestsCheckbox = Ox.Checkbox({ - title: 'Include Guests', + title: 'Include Guests & Robots', value: false }) .css({float: 'left', margin: '4px 4px 4px 2px'})