]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
Changed terminology for poping a window
authorSarven Capadisli <csarven@status.net>
Sun, 27 Sep 2009 14:24:31 +0000 (14:24 +0000)
committerSarven Capadisli <csarven@status.net>
Sun, 27 Sep 2009 14:24:31 +0000 (14:24 +0000)
plugins/Realtime/realtimeupdate.js

index b5f78e4163c5eca85f38aa00bf00c9ee5e50dcac..4cd68a816b2bde0fc2d2a9cbeb424accd747a4fd 100644 (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',