b/2238048 Don't capitalize every word in the event title

Change-Id: Ia982b50a44d10de729589147bad1d3cf260c9ee9
diff --git a/res/layout/edit_event.xml b/res/layout/edit_event.xml
index 88b92b7..3b39a6c 100644
--- a/res/layout/edit_event.xml
+++ b/res/layout/edit_event.xml
@@ -42,7 +42,7 @@
                 android:layout_width="fill_parent"
                 android:layout_height="wrap_content"
                 android:hint="@string/hint_what"
-                android:capitalize="words"/>
+                android:capitalize="sentences"/>
         </LinearLayout>
 
         <!-- WHEN -->