diff --git a/extensions/admin_ui/media/javascript/ui/panel/tabs/ZombieTabRequester.js b/extensions/admin_ui/media/javascript/ui/panel/tabs/ZombieTabRequester.js
index 6a5dac710..362e0aa51 100644
--- a/extensions/admin_ui/media/javascript/ui/panel/tabs/ZombieTabRequester.js
+++ b/extensions/admin_ui/media/javascript/ui/panel/tabs/ZombieTabRequester.js
@@ -40,7 +40,7 @@ ZombieTab_Requester = function(zombie) {
id: 'requester-welcome-window',
closable:true,
width:450,
- height:200,
+ height:230,
plain:true,
layout: 'border',
shadow: true,
@@ -48,11 +48,17 @@ ZombieTab_Requester = function(zombie) {
new Ext.Panel({
region: 'center',
padding: '3 3 3 3',
- html: "Each request sent by the Requester or Proxy is recorded in the history panel. Click a history item for the HTTP headers and HTML source of the request.
" +
- "The Forge Request tab allows you to submit arbitrary HTTP requests on behalf of the Hooked Browser.
" +
- "The proxy allows you to use a browser as a proxy. Simply right-click a zombie from the Hooked Browsers tree to the left and select \"Use as Proxy\".
" +
- "To learn more about the Requester and Proxy please review the wiki:
" +
- "https://code.google.com/p/beef/wiki/TunnelingProxy"
+ html: "The Requester functionality tunnels HTTP requests through the hooked browser. Each request sent by " +
+ "the Forge Request or Proxy is recorded in the History panel. Click a history item for the HTTP headers " +
+ "and HTML source of the request.
" +
+ "
" +
+ "The Forge Request tab allows you to submit arbitrary HTTP requests on behalf of the Hooked Browser.
" +
+ "
" +
+ "The proxy allows you to use a browser as a proxy. Simply right-click a browser from the Hooked Browsers " +
+ "tree to the left and select \"Use as Proxy\".
" +
+ "
" +
+ "To learn more about the Requester, Forge Request and Proxy please review the wiki:
" +
+ "https://code.google.com/p/beef/wiki/TunnelingProxy"
})
]
});