mirror of
https://github.com/ImranR98/Obtainium.git
synced 2025-07-13 13:26:43 +02:00
Make some English strings sentence case (#2338)
This commit is contained in:
@ -312,7 +312,10 @@ class AddAppPageState extends State<AddAppPage> {
|
||||
context: context,
|
||||
builder: (BuildContext ctx) {
|
||||
return SelectionModal(
|
||||
title: tr('selectX', args: [plural('source', 2)]),
|
||||
title: tr(
|
||||
'selectX',
|
||||
args: [plural('source', 2).toLowerCase()],
|
||||
),
|
||||
entries: sourceStrings,
|
||||
selectedByDefault: true,
|
||||
onlyOneSelectionAllowed: false,
|
||||
|
Reference in New Issue
Block a user