From 00551e9662cc5aa7bcbe64e7bbe6c1aa72ee25e7 Mon Sep 17 00:00:00 2001 From: Elias Projahn Date: Thu, 16 Jan 2020 11:58:29 +0100 Subject: [PATCH] Change "christmas" to "Christmas" --- README.md | 2 +- lib/localizations.dart | 6 +++--- pubspec.yaml | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 101eb8b..f60f999 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Christmas Cats -A little game about cats and christmas trees. This was a christmas present for +A little game about cats and Christmas trees. This was a Christmas present for my fantastic girlfriend Kira. ## Hacking diff --git a/lib/localizations.dart b/lib/localizations.dart index 0fc4487..569d27e 100644 --- a/lib/localizations.dart +++ b/lib/localizations.dart @@ -17,11 +17,11 @@ class ChristmasCatsLocalizations { 'intro': 'Introduction', 'ad': 'Support me', 'noAds': 'No ads available', - 'poem': 'Cats are climbing christmas trees,\n' + 'poem': 'Cats are climbing Christmas trees,\n' 'The trees are getting wiggly,\n' 'You\'ll get a lot of trouble,\n' - 'If You don\'t tap them quickly.', - 'intro1': 'Cats are climbing christmas trees,', + 'If you don\'t tap them quickly.', + 'intro1': 'Cats are climbing Christmas trees,', 'intro2': 'The trees are getting wiggly,', 'intro3': 'You\'ll get a lot of trouble,', 'intro4': 'If You don\'t tap them quickly.', diff --git a/pubspec.yaml b/pubspec.yaml index 78d4e93..81de93a 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: christmas_cats version: 0.1.0 -description: A little game about cats and christmas trees. +description: A little game about cats and Christmas trees. environment: sdk: ">=2.6.0 <3.0.0"