dev
Aurelien Hubert 7 years ago
parent d1d4421e87
commit 156ff4ce98
  1. 2
      app/src/main/java/net/pokeranalytics/android/model/LiveData.kt

@ -90,7 +90,7 @@ enum class LiveData : Localizable {
* Return the update entity titleResId * Return the update entity titleResId
*/ */
fun updateEntityLocalizedTitle(context: Context): String { fun updateEntityLocalizedTitle(context: Context): String {
return "${context.getString(R.string.update_entity)} ${this.localizedTitle(context).toLowerCase()}" return context.getString(R.string.update_entity, this.localizedTitle(context).toLowerCase())
} }
} }

Loading…
Cancel
Save