diff --git a/interfaces/IStore2.h b/interfaces/IStore2.h index 6f4810ed..f7ccd0c3 100644 --- a/interfaces/IStore2.h +++ b/interfaces/IStore2.h @@ -32,8 +32,8 @@ namespace Exchange { ~IStore2() override = default; enum ScopeType : uint8_t { - DEVICE, - ACCOUNT + DEVICE /* @text:device */, + ACCOUNT /* @text:account */ }; struct EXTERNAL INotification : virtual public Core::IUnknown {