Commit f6e9fbc6 authored by Sebastian Kummer's avatar Sebastian Kummer

Merge pull request #453 in ZP/z-push from bugfix/ZP-1147-typo-in-deviceinformation-tag to develop

* commit '41d1a07b':
  ZP-1147 Typo in DeviceInformation tag name.
parents 990fec27 41d1a07b
......@@ -565,7 +565,7 @@ define("SYNC_SETTINGS_REPLYMESSAGE", "Settings:ReplyMessage");
define("SYNC_SETTINGS_BODYTYPE", "Settings:BodyType");
define("SYNC_SETTINGS_DEVICEPW", "Settings:DevicePassword");
define("SYNC_SETTINGS_PW", "Settings:Password");
define("SYNC_SETTINGS_DEVICEINFORMATION", "Settings:DeviceInformaton");
define("SYNC_SETTINGS_DEVICEINFORMATION", "Settings:DeviceInformation");
define("SYNC_SETTINGS_MODEL", "Settings:Model");
define("SYNC_SETTINGS_IMEI", "Settings:IMEI");
define("SYNC_SETTINGS_FRIENDLYNAME", "Settings:FriendlyName");
......
......@@ -602,7 +602,7 @@ class WBXMLDefs {
0x13 => "BodyType", //12.0, 12.1 and 14.0
0x14 => "DevicePassword", //12.0, 12.1 and 14.0
0x15 => "Password", //12.0, 12.1 and 14.0
0x16 => "DeviceInformaton", //12.0, 12.1 and 14.0
0x16 => "DeviceInformation", //12.0, 12.1 and 14.0
0x17 => "Model", //12.0, 12.1 and 14.0
0x18 => "IMEI", //12.0, 12.1 and 14.0
0x19 => "FriendlyName", //12.0, 12.1 and 14.0
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment