Commit 41d1a07b authored by Manfred Kutas's avatar Manfred Kutas

ZP-1147 Typo in DeviceInformation tag name.

Released under the Affero GNU General Public License (AGPL) version 3.
parent cf35c690
......@@ -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