Replace hardcoded text by string
This commit is contained in:
parent
220fd03d4a
commit
b0891ef2c1
|
@ -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 {
|
||||
|
|
Loading…
Reference in a new issue