Adjusting dialog to spec

Change-Id: If739648a4e848ba75be6975e613a3d161f461339
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index 6a5d677..5688e7f 100644
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -26,14 +26,14 @@
 
     <uses-permission android:name="android.permission.SET_WALLPAPER_COMPONENT" />
     <uses-permission android:name="android.permission.BIND_WALLPAPER" />
-    
+
     <application
         android:label="@string/application_name"
         android:icon="@drawable/ic_launcher_live_wallpaper">
 
         <activity android:name="LiveWallpaperActivity"
             android:icon="@drawable/ic_launcher_live_wallpaper"
-            android:label="@string/live_wallpaper_picker_title"
+            android:label="@string/live_wallpaper_picker_label"
             android:theme="@style/LivePickerTheme"
             android:hardwareAccelerated="true">
             <intent-filter>