From c435441a7345f2742761c7390910a8a7c0c83451 Mon Sep 17 00:00:00 2001 From: Thad Hughes Date: Thu, 26 Dec 2013 19:24:13 -0800 Subject: [PATCH] Updated version in strings, what's new --- res/raw-de/whats_new.html | 32 ------------------- res/raw-it/whats_new.html | 24 -------------- res/raw/whats_new.html | 29 +++-------------- res/values-de/strings.xml | 2 +- res/values-es/strings.xml | 1 - res/values-it/strings.xml | 3 +- res/values/strings.xml | 2 +- .../dictionary/DictionaryApplication.java | 2 +- 8 files changed, 9 insertions(+), 86 deletions(-) delete mode 100644 res/raw-de/whats_new.html delete mode 100644 res/raw-it/whats_new.html diff --git a/res/raw-de/whats_new.html b/res/raw-de/whats_new.html deleted file mode 100644 index 78eb76d..0000000 --- a/res/raw-de/whats_new.html +++ /dev/null @@ -1,32 +0,0 @@ - - - - - - - - - -Vielen Dank für die Aktualisierung auf QuickDic 4.0.1. -

Neue Funktionen:

- - - diff --git a/res/raw-it/whats_new.html b/res/raw-it/whats_new.html deleted file mode 100644 index d5b0dde..0000000 --- a/res/raw-it/whats_new.html +++ /dev/null @@ -1,24 +0,0 @@ - - - - - - - - - -Grazie per aver aggiornato a QuickDic 4.0.1. -

Nuove caratteristiche:

- - - diff --git a/res/raw/whats_new.html b/res/raw/whats_new.html index eaafd4c..17b459d 100644 --- a/res/raw/whats_new.html +++ b/res/raw/whats_new.html @@ -1,33 +1,14 @@ - - - - - + -Thanks for updating to QuickDic 4.0.1. +Thanks for updating to QuickDic 5.0.0.

New features:

diff --git a/res/values-de/strings.xml b/res/values-de/strings.xml index 5534c98..848ac2f 100644 --- a/res/values-de/strings.xml +++ b/res/values-de/strings.xml @@ -3,7 +3,7 @@ QuickDic QuickDic 5.0.0 - + Über QuickDic… Einstellungen… diff --git a/res/values-es/strings.xml b/res/values-es/strings.xml index f5c83ff..619553b 100644 --- a/res/values-es/strings.xml +++ b/res/values-es/strings.xml @@ -3,7 +3,6 @@ QuickDic QuickDic 5.0.0 - 4.0.1_de_b Acerca de QuickDic… diff --git a/res/values-it/strings.xml b/res/values-it/strings.xml index e725ccc..0722941 100644 --- a/res/values-it/strings.xml +++ b/res/values-it/strings.xml @@ -2,8 +2,7 @@ QuickDic - QuickDic 4.0.1 - 4.0.1_de_b + QuickDic 5.0.0 About QuickDic… diff --git a/res/values/strings.xml b/res/values/strings.xml index 934f8bd..bbaf797 100644 --- a/res/values/strings.xml +++ b/res/values/strings.xml @@ -3,7 +3,7 @@ QuickDic QuickDic 5.0.0 - 4.0.1_de_b + 5.0.0 About QuickDic… diff --git a/src/com/hughes/android/dictionary/DictionaryApplication.java b/src/com/hughes/android/dictionary/DictionaryApplication.java index ecc7856..5c3b250 100644 --- a/src/com/hughes/android/dictionary/DictionaryApplication.java +++ b/src/com/hughes/android/dictionary/DictionaryApplication.java @@ -71,7 +71,7 @@ public class DictionaryApplication extends Application { final Map uncompressedFilenameToDictionaryInfo = new LinkedHashMap(); /** - * Sometimes a deserialized version of this datastructure isn't valid. + * Sometimes a deserialized version of this data structure isn't valid. * @return */ boolean isValid() { -- 2.43.0