From eb9d72afcb142f7217311a3fed9e7331099881ac Mon Sep 17 00:00:00 2001 From: "wade@bindshell.net" Date: Mon, 15 Nov 2010 13:15:52 +0000 Subject: [PATCH] command module empty results text updated git-svn-id: https://beef.googlecode.com/svn/trunk@532 b87d56ec-f9c0-11de-8c8a-61c5e9addfc9 --- public/javascript/ui/panel/tabs/ZombieTabCommands.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/javascript/ui/panel/tabs/ZombieTabCommands.js b/public/javascript/ui/panel/tabs/ZombieTabCommands.js index bf11e6eeb..d7b2023cf 100644 --- a/public/javascript/ui/panel/tabs/ZombieTabCommands.js +++ b/public/javascript/ui/panel/tabs/ZombieTabCommands.js @@ -38,7 +38,7 @@ ZombieTab_Commands = function(zombie) { view: new Ext.grid.GridView({ forceFit: true, - emptyText: "No Command found", + emptyText: "The results from executed command modules will be listed here.", enableRowBody:true }),