Details
- 
    Bug 
- 
    Resolution: Fixed
- 
    Minor 
- 
    2.2.1
- 
    None
- 
        Unit
- 
        Unknown
- 
        
Description
Converting a macro from 1.0 to 2.0 Syntax causes the text after quote inside the macro to disappear.
Text in 1.0: When creating "Internationalization Document Bundles", you should avoid naming the pages with names that include spaces. For example, a document name of Main.My Messages could cause issues, instead, use Main.MyMessages
Text in 2.0: When creating
The 1.0 code is
#info("When creating \"Internationalization Document Bundles\", you should avoid naming the pages with names that include spaces. For example, a document name of Main.My Messages could cause issues, instead, use Main.MyMessages")

