]> git.cworth.org Git - lmno.games/commitdiff
Rename "Families" to "Empires"
authorKevin Worth <kworth082@gmail.com>
Mon, 4 May 2020 03:13:17 +0000 (23:13 -0400)
committerCarl Worth <cworth@cworth.org>
Sat, 23 May 2020 13:49:00 +0000 (06:49 -0700)
Because the name is better

flutterfamilies/lib/main.dart

index 7b8c856010cc98060dcac6ab6b0c1d9af545c46f..92cda02bbd2790a997d0da757c23c00533d2644a 100644 (file)
@@ -9,7 +9,7 @@ class MyApp extends StatelessWidget {
   @override
   Widget build(BuildContext context) {
     return MaterialApp(
-      title: 'Families Game',
+      title: 'Empires',
       theme: ThemeData(
         // This is the theme of your application.
         //
@@ -26,7 +26,7 @@ class MyApp extends StatelessWidget {
         // closer together (more dense) than on mobile platforms.
         visualDensity: VisualDensity.adaptivePlatformDensity,
       ),
-      home: MyHomePage(title: 'Families / Empires'),
+      home: MyHomePage(title: 'Empires'),
     );
   }
 }
@@ -101,7 +101,7 @@ class _MyHomePageState extends State<MyHomePage> {
               ),
               TextField(
                 decoration: InputDecoration(
-                  hintText: 'Enter your family/empire name',
+                  hintText: 'Enter your empire character name',
                 ),
               ),
               Spacer(flex: 10),