correct misspelling
authorShawn Rutledge <shawn.rutledge@digia.com>
Mon, 11 Mar 2013 10:05:44 +0000 (11:05 +0100)
committerThe Qt Project <gerrit-noreply@qt-project.org>
Tue, 12 Mar 2013 06:49:08 +0000 (07:49 +0100)
Canceled

Change-Id: Ie080e5be4af0cf60cab56e906f82fb6e7b32c6e3
Reviewed-by: Jens Bache-Wiig <jens.bache-wiig@digia.com>

src/imports/dialogs/qquickplatformfiledialog.cpp

index f2bd279..fbc385f 100644 (file)
@@ -77,7 +77,7 @@ QT_BEGIN_NAMESPACE
             Qt.quit()
         }
         onRejected: {
-            console.log("Cancelled")
+            console.log("Canceled")
             Qt.quit()
         }
         Component.onCompleted: visible = true