~pkunal-parmar/ubuntu-calendar-app/LongPressToCreate

« back to all changes in this revision

Viewing changes to LimitLabelDefines.qml

  • Committer: Akiva Avraham
  • Date: 2014-09-02 00:02:38 UTC
  • mto: This revision was merged to the branch mainline in revision 437.
  • Revision ID: akiva@linux.com-20140902000238-0bgjc8m7j3o6ryvm
Upgraded component library imports

ubuntu.components > 1.1
ubuntu.components.xxxx > 1.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
16
16
 * along with this program.  If not, see <http://www.gnu.org/licenses/>.
17
17
 */
18
18
import QtQuick 2.0;
19
 
import Ubuntu.Components 0.1;
 
19
import Ubuntu.Components 1.1;
20
20
QtObject {
21
21
    property var limitLabel:[i18n.tr("Never"),i18n.tr("After X Occurrence"),
22
22
        i18n.tr("After Date")];