diff --git a/application/language/english/itin_lang.php b/application/language/english/itin_lang.php
index 23a0847..f5d37a4 100644
--- a/application/language/english/itin_lang.php
+++ b/application/language/english/itin_lang.php
@@ -82,10 +82,10 @@
$lang['electric'] = 'Electric';
$lang['cng'] = 'CNG';
$lang['lng'] = 'LNG';
-$lang['wheeldrive_vhcl'] = 'Κίνηση';
+$lang['wheeldrive_vhcl'] = 'Drive';
$lang['fwd'] = 'Front wheel drive';
$lang['rwd'] = 'Rear wheel drive';
-$lang['awd'] = 'All whell drive - 4x4';
+$lang['awd'] = 'AWD - 4x4';
//INSPECTION
@@ -127,6 +127,7 @@
$lang['pdf_model_vhcl'] = 'Model:';
$lang['pdf_nxtdate_vhcl'] = 'Next MOT Check:';
$lang['pdf_vin_vhcl'] = 'VIN:';
+$lang['pdf_wheeldrive_vhcl'] = 'Drive:';
$lang['pdf_mlg_vhcl'] = 'Mileage*:';
$lang['pdf_displpow_vhcl'] = 'Power/Displac.:';
$lang['pdf_firstreg_vhcl'] = 'Reg. Date:';
diff --git a/application/language/greek/itin_lang.php b/application/language/greek/itin_lang.php
index db8ce87..c4c2d76 100644
--- a/application/language/greek/itin_lang.php
+++ b/application/language/greek/itin_lang.php
@@ -126,6 +126,7 @@
$lang['pdf_model_vhcl'] = 'Εμπορική ονομασία:';
$lang['pdf_nxtdate_vhcl'] = 'Επόμενος Τεχ.ελεγχ.:';
$lang['pdf_vin_vhcl'] = 'Αριθμός Πλαισίου:';
+$lang['pdf_wheeldrive_vhcl'] = 'Κίνηση:';
$lang['pdf_mlg_vhcl'] = 'Ένδειξη χλμ*
(καταγεγραμμένη):';
$lang['pdf_displpow_vhcl'] = 'Ισχύς/Κυβισμός:';
$lang['pdf_firstreg_vhcl'] = 'Ημ.1ης ταξινόμησης:';
diff --git a/application/views/pdfreport.php b/application/views/pdfreport.php
index bb8d08a..d1280a1 100644
--- a/application/views/pdfreport.php
+++ b/application/views/pdfreport.php
@@ -132,7 +132,7 @@