Add translation string for better translationj capability (#9736)

* Add new translation für sending Ctrl+Alt+Del

* Add new translation string for sending Ctrl+Alt+Del
This commit is contained in:
Tobias Degen
2024-10-24 15:52:39 +02:00
committed by GitHub
parent 445e9ac285
commit b35b48086a
45 changed files with 45 additions and 1 deletions

View File

@@ -195,7 +195,7 @@ List<TTextMenu> toolbarControls(BuildContext context, String id, FFI ffi) {
(pi.platform == kPeerPlatformLinux || pi.sasEnabled)) {
v.add(
TTextMenu(
child: Text('${translate("Insert")} Ctrl + Alt + Del'),
child: Text('${translate("Insert Ctrl + Alt + Del")}'),
onPressed: () => bind.sessionCtrlAltDel(sessionId: sessionId)),
);
}