|
|
|
@ -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()) |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
} |
|
|
|
} |
|
|
|
|