plectrum

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README | LICENSE

commit ba823a817396e9d8450c2ae0a1982018fa45bf6e
parent 6e03b6db765edbb4f88f176c9074eb8560cd138f
Author: gstraube <gstraube@mailbox.org>
Date:   Sun, 15 Oct 2017 12:39:18 +0200

Simplify tuning name

Diffstat:
Mapp/src/main/res/values/strings.xml | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml @@ -1,7 +1,7 @@ <resources> <string name="app_name">Cythara</string> <string-array name="tunings"> - <item>Standard guitar tuning</item> + <item>Guitar</item> <item>Ukulele</item> </string-array>