From: Kevin Worth <kworth082@gmail.com>
Date: Mon, 4 May 2020 03:13:17 +0000 (-0400)
Subject: Rename "Families" to "Empires"
X-Git-Url: https://git.cworth.org/git?a=commitdiff_plain;h=bf08e0c191da0ed326646f664fe3248e46b835d5;p=lmno.games

Rename "Families" to "Empires"

Because the name is better
---

diff --git a/flutterfamilies/lib/main.dart b/flutterfamilies/lib/main.dart
index 7b8c856..92cda02 100644
--- a/flutterfamilies/lib/main.dart
+++ b/flutterfamilies/lib/main.dart
@@ -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),