Replace hardcoded text by string

This commit is contained in:
Philoul 2022-06-08 09:03:44 +02:00
parent 220fd03d4a
commit b0891ef2c1

View file

@ -199,7 +199,7 @@ class AutotunePlugin @Inject constructor(
calculationRunning = false
return result
}
return "No Result" // should never occurs
return rh.gs(R.string.autotune_error)
}
private fun showResults(tunedProfile: ATProfile?, pumpProfile: ATProfile): String {