iOS duplicating or copying Text properties between modules adds unwanted quotes

OS: OS X 10.10.1

Xojo: 2014R3

Steps: Open the attached project, and look for the Variable1 text property in Module1.

Now, select it and duplicate it.

The default value that was MyText1 becomes “MyText1” with the quotes appearing as such in the inspector default value box.

Each time the property is duplicated a set of quotes is added.

Add a new Module2 to the project, copy the Variable1 property and paste it into Module2. Quotes are added the same way.

Expected Result:
Duplicating or copy/pasting the property does not modify the default value

Actual Result:
Quotes are added to the default value

<https://xojo.com/issue/37301>