Replace hardcoded text by string
This commit is contained in:
parent
220fd03d4a
commit
b0891ef2c1
1 changed files with 1 additions and 1 deletions
|
@ -199,7 +199,7 @@ class AutotunePlugin @Inject constructor(
|
||||||
calculationRunning = false
|
calculationRunning = false
|
||||||
return result
|
return result
|
||||||
}
|
}
|
||||||
return "No Result" // should never occurs
|
return rh.gs(R.string.autotune_error)
|
||||||
}
|
}
|
||||||
|
|
||||||
private fun showResults(tunedProfile: ATProfile?, pumpProfile: ATProfile): String {
|
private fun showResults(tunedProfile: ATProfile?, pumpProfile: ATProfile): String {
|
||||||
|
|
Loading…
Reference in a new issue