Change to singular grammar.

This commit is contained in:
Andrew Morgan 2018-09-18 10:06:46 +00:00
parent 7ee5084f93
commit 53c648850c
1 changed files with 1 additions and 1 deletions

View File

@ -64,7 +64,7 @@ Item {
case 2: return "Favorites"
case 3: return "Rooms"
case 4: return "People"
case 5: return "Low Priorities"
case 5: return "Low Priority"
}
}
}