\n";
diff --git a/admin/editBundle.php b/admin/editBundle.php
index b0523e6..2ee93eb 100644
--- a/admin/editBundle.php
+++ b/admin/editBundle.php
@@ -25,9 +25,9 @@ if($aClean['sCmd'])
$hResult = query_parameters("DELETE FROM appBundle WHERE appId ='?' AND bundleId = '?'",
$aClean['iAppId'], $aClean['iBundleId']);
if($hResult)
- addmsg("App deleted from bundle", "green");
+ addmsg("OS deleted from bundle", "green");
else
- addmsg("Failed to delete app from bundle!", "red");
+ addmsg("Failed to delete OS from bundle!", "red");
}
if($aClean['sCmd'] == "add")
{
@@ -36,22 +36,22 @@ if($aClean['sCmd'])
$aClean['iBundleId'],
$aClean['iAppId']);
if($hResult)
- addmsg("App $appId added to Bundle".$aClean['iBundleId'], "green");
+ addmsg("OS $appId added to Bundle".$aClean['iBundleId'], "green");
}
}
-apidb_header("Edit Application Bundle");
+apidb_header("Edit Operating System Bundle");
$hResult = query_parameters("SELECT bundleId, appBundle.appId, appName FROM appBundle, appFamily ".
"WHERE bundleId = '?' AND appFamily.appId = appBundle.appId",
$aClean['iBundleId']);
-echo html_frame_start("Apps in this Bundle","300",'',0);
+echo html_frame_start("OSes in this Bundle","300",'',0);
echo "
\n\n";
echo "\n";
-echo " | Application Name | \n";
+echo " Operating System Name | \n";
echo " Delete | \n";
echo "
\n\n";
@@ -76,7 +76,7 @@ if($hResult && query_num_rows($hResult))
{
/* indicate to the user that there are no apps in this bundle at the moment */
echo "\n";
- echo " | No applications in this bundle | \n";
+ echo " No operating systems in this bundle | \n";
echo "
\n";
}
@@ -85,7 +85,7 @@ echo html_frame_end();
echo "