diff --git a/TransCore/RPGDeviceDockScreens.xml b/TransCore/RPGDeviceDockScreens.xml
index 889e6a47..697306af 100644
--- a/TransCore/RPGDeviceDockScreens.xml
+++ b/TransCore/RPGDeviceDockScreens.xml
@@ -132,6 +132,9 @@
(= resultCode 'armorTooHeavy)
(setq descID 'descArmorTooHeavy)
+
+ (= resultCode 'armorTooLight)
+ (setq descID 'descArmorTooLight)
(= resultCode 'cannotInstall)
(setq desc (@ result 2))
@@ -252,6 +255,7 @@
The station doesn't have any armor segments to install.
%ArmorPlural% are too heavy for your ship's hull.
+ %ArmorPlural% are too light for your ship's hull.
You must have a military ID to install %armorShort%.
We do not install illegal armor.
This armor segment cannot be installed.