fix trans

This commit is contained in:
rustdesk
2022-03-24 15:29:12 +08:00
parent 98d8689d7b
commit 07db5e294a
2 changed files with 4 additions and 4 deletions

View File

@@ -286,7 +286,7 @@ class _FileManagerPageState extends State<FileManagerPage> {
children: [
Icon(Icons.check),
SizedBox(width: 5),
Text(translate("CheckBox"))
Text(translate("Multi Select"))
],
),
value: "select",
@@ -382,7 +382,7 @@ class _FileManagerPageState extends State<FileManagerPage> {
padding: EdgeInsets.all(2),
// TODO
child: Text(
"${translate("Count")}: ${model.currentDir.entries.length}${translate("items")}",
"${translate("Total")}: ${model.currentDir.entries.length}${translate("items")}",
style: TextStyle(color: MyTheme.darkGray),
),
)