diff --git a/app/src/main/java/net/pokeranalytics/android/model/LiveData.kt b/app/src/main/java/net/pokeranalytics/android/model/LiveData.kt index d2835613..55bdefc2 100644 --- a/app/src/main/java/net/pokeranalytics/android/model/LiveData.kt +++ b/app/src/main/java/net/pokeranalytics/android/model/LiveData.kt @@ -72,7 +72,7 @@ enum class LiveData : Localizable { TOURNAMENT_NAME -> R.string.tournament_name TOURNAMENT_FEATURE -> R.string.tournament_feature TRANSACTION -> R.string.operation - TRANSACTION_TYPE -> R.string.operation_types + TRANSACTION_TYPE -> R.string.operation_type FILTER -> R.string.filter CUSTOM_FIELD -> R.string.custom_field REPORT_SETUP -> R.string.custom diff --git a/app/src/main/java/net/pokeranalytics/android/ui/view/rowrepresentable/SettingRow.kt b/app/src/main/java/net/pokeranalytics/android/ui/view/rowrepresentable/SettingRow.kt index 2f522c2b..e3ab95ea 100644 --- a/app/src/main/java/net/pokeranalytics/android/ui/view/rowrepresentable/SettingRow.kt +++ b/app/src/main/java/net/pokeranalytics/android/ui/view/rowrepresentable/SettingRow.kt @@ -73,7 +73,7 @@ enum class SettingRow : RowRepresentable { override val resId: Int? get() { this.relatedResultsRepresentable?.let { - return it.resId + return it.pluralResId } ?: run { return when (this) { SUBSCRIPTION -> R.string.subscription diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml index 801759ba..4c2be992 100644 --- a/app/src/main/res/values/strings.xml +++ b/app/src/main/res/values/strings.xml @@ -54,6 +54,7 @@ A tournament name can not be empty. This name already exists. One or more transactions are associated with this bankroll, please delete the linked transaction(s) first. + Transaction type @@ -713,7 +714,7 @@ Feed Check that your transaction has a type and an amount You need to name the transaction type - Transaction type + Transaction types Transactions Transaction Add a transaction