Fix attribute name to be consisten with reference 52/76052/1
authorArkadiusz Szulakiewicz <a.szulakiewi@partner.samsung.com>
Wed, 22 Jun 2016 12:32:47 +0000 (14:32 +0200)
committerArkadiusz Szulakiewicz <a.szulakiewi@partner.samsung.com>
Wed, 22 Jun 2016 12:32:47 +0000 (14:32 +0200)
Change-Id: Ifcae27d9288cddabf71c2030fc2d19c98a1e8ef1

src/wgt_manifest_handlers/account_handler.cc

index d0f740ae968a745a0c313c0930af5e41b3daa000..a9466310c62700b7a439ba2efea1987b9ab19d71 100644 (file)
@@ -17,7 +17,7 @@ const char kSectionIconAccount[] = "Account";
 const char kSectionIconAccountSmall[] = "AccountSmall";
 const char kTrueValueString[] = "true";
 const char kFalseValueString[] = "false";
-const char kAccountMASKey[] = "@multiple-account-support";
+const char kAccountMASKey[] = "@multiple-accounts-support";
 const char kAccountSectionKey[] = "@section";
 const char kAccountTextKey[] = "#text";
 const char kAccountNameKey[] = "display-name";