diff --git a/desktop_photo_search/fluent_ui/lib/main.dart b/desktop_photo_search/fluent_ui/lib/main.dart index 5d5b70c49..5a6c53635 100644 --- a/desktop_photo_search/fluent_ui/lib/main.dart +++ b/desktop_photo_search/fluent_ui/lib/main.dart @@ -62,7 +62,7 @@ class UnsplashHomePage extends StatelessWidget { menubar.setApplicationMenu([ menubar.Submenu(label: 'Search', children: [ menubar.MenuItem( - label: 'Search...', + label: 'Search…', onClicked: () { showDialog( context: context, @@ -74,7 +74,7 @@ class UnsplashHomePage extends StatelessWidget { ]), menubar.Submenu(label: 'About', children: [ menubar.MenuItem( - label: 'About...', + label: 'About', onClicked: () { showDialog( context: context, diff --git a/desktop_photo_search/material/lib/main.dart b/desktop_photo_search/material/lib/main.dart index 50ec3c646..dd325bff5 100644 --- a/desktop_photo_search/material/lib/main.dart +++ b/desktop_photo_search/material/lib/main.dart @@ -65,7 +65,7 @@ class UnsplashHomePage extends StatelessWidget { menubar.setApplicationMenu([ menubar.Submenu(label: 'Search', children: [ menubar.MenuItem( - label: 'Search...', + label: 'Search…', onClicked: () { showDialog( context: context, @@ -77,7 +77,7 @@ class UnsplashHomePage extends StatelessWidget { ]), menubar.Submenu(label: 'About', children: [ menubar.MenuItem( - label: 'About...', + label: 'About', onClicked: () { showDialog( context: context,