Merge pull request #6340 from grummbeer/allow-to-enable
Fix. translation keys "Allow file copy and paste" > "Enable file copy and paste"
This commit is contained in:
commit
dbde5af545
2 changed files with 2 additions and 2 deletions
|
|
@ -449,7 +449,7 @@ Future<List<TToggleMenu>> toolbarDisplayToggle(
|
|||
if (value == null) return;
|
||||
bind.sessionToggleOption(sessionId: sessionId, value: option);
|
||||
},
|
||||
child: Text(translate('Allow file copy and paste'))));
|
||||
child: Text(translate('Enable file copy and paste'))));
|
||||
}
|
||||
// disable clipboard
|
||||
if (ffiModel.keyboard && perms['clipboard'] != false) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue