Activity log for bug #1324576

Date Who What changed Old value New value Message
2014-05-29 15:03:12 David Planella bug added bug
2014-05-29 15:03:37 David Planella description I get the following error after adding this snipped to a simple app: ListModel { id: temperatureUnitsSelectorModel ListElement { name: "celsiusOption"; label: i18n.tr("Celsius"); } ListElement { name: "fahrenheitOption"; label: "Fahrenheit"; } } ListElement: cannot use script for property value It seems that i18n.tr() cannot be applied to ListElement labels I get the following error after adding this snipped to a simple app: ListModel { id: temperatureUnitsSelectorModel ListElement { name: "celsiusOption"; label: i18n.tr("Celsius"); } ListElement { name: "fahrenheitOption"; label: "Fahrenheit"; } } ListElement: cannot use script for property value It seems that i18n.tr() cannot be applied to ListElement labels
2014-10-01 08:44:57 Zsombor Egri ubuntu-ui-toolkit: status New Invalid