diff --git a/docs/reference/gtk/getting_started.xml b/docs/reference/gtk/getting_started.xml
index 3cef084ed1..f271e66b42 100644
--- a/docs/reference/gtk/getting_started.xml
+++ b/docs/reference/gtk/getting_started.xml
@@ -982,9 +982,8 @@ example_app_window_init (ExampleAppWindow *win)
FIXME: MISSING XINCLUDE CONTENT
- A small extra refinement that we have added here is to allow
- the header bar to provide a fallback application menu, by setting
- the show-fallback-app-menu property to TRUE. Here is how the
+ A small extra bonus of using a header bar is that we get
+ a fallback application menu for free. Here is how the
application now looks, if this fallback is used.
diff --git a/examples/application10/window.ui b/examples/application10/window.ui
index f90456dacb..3f7eede65b 100644
--- a/examples/application10/window.ui
+++ b/examples/application10/window.ui
@@ -9,7 +9,6 @@