~alecu/+junk/demo-app5

« back to all changes in this revision

Viewing changes to app/ui/WorldTabTools.qml

  • Committer: Alejandro J. Cura
  • Date: 2014-08-28 19:20:28 UTC
  • Revision ID: alecu@canonical.com-20140828192028-fni721p4j7aszbpo
Take two

Show diffs side-by-side

added added

removed removed

Lines of Context:
7
7
        text: i18n.tr("About...")
8
8
 
9
9
        onTriggered: {
10
 
            label.text = i18n.tr("© 2014 - Raving Rheas. GPLd\nIcon: https://www.flickr.com/photos/tjerrettenns/8015308343\nVideo: http://www.gifyoutube.com/gif/am2E0M")
 
10
            label.text = i18n.tr("© 2014 - Raving Rheas. GPLd\nIcon: http://www.flickr.com/photos/bensisto/4158818863/\nVideo: http://www.gifyoutube.com/gif/YXrpXK")
11
11
        }
12
12
    }
13
13
}