Module: appdb Branch: master Commit: 15e3155c6cd8d3b69d0261d239faa9f8551f165f URL: http://source.winehq.org/git/appdb.git/?a=commit;h=15e3155c6cd8d3b69d0261d23...
Author: Alexander Nicolaysen Sørnes <alexander@linux-xqqm.(none)> Date: Tue Oct 27 21:53:38 2009 +0100
appBundle: Improve on-screen message when adding an app to a bundle
---
admin/editBundle.php | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/admin/editBundle.php b/admin/editBundle.php index adb0ec1..68e5318 100644 --- a/admin/editBundle.php +++ b/admin/editBundle.php @@ -41,7 +41,7 @@ if($aClean['sCmd']) $aClean['iBundleId'], $aClean['iAppId']); if($hResult) - addmsg("App $appId added to Bundle".$aClean['iBundleId'], "green"); + addmsg("{$oApp->sName} added to bundle {$aClean['iBundleId']}", 'green'); } else { addmsg("{$oApp->sName} is already in the bundle", 'red');