Changed terminology for poping a window

This commit is contained in:
Sarven Capadisli 2009-09-27 14:24:31 +00:00
parent 60335fcbdf
commit 3694058976
1 changed files with 1 additions and 1 deletions

View File

@ -125,7 +125,7 @@ RealtimeUpdate = {
addPopup: function(url, timeline, iconurl)
{
$('#content').prepend('<button id="realtime_timeline" title="Realtime window">Realtime</button>');
$('#content').prepend('<button id="realtime_timeline" title="Pop up in a window">Pop up</button>');
$('#realtime_timeline').css({
'margin':'0 0 18px 0',