FIX: german translation

Ctrl -> Strg
Del -> Entf
Shift -> Umschalt

Change-Id: Ifa340ee86cb9fb96ec3694ef47cac5235f519c40
This commit is contained in:
liz.li 2023-04-03 12:02:20 +08:00 committed by Lane.Wei
parent 49f6e3f3c6
commit b2e4935b6f
25 changed files with 685 additions and 296 deletions

View file

@ -84,7 +84,7 @@ const std::string& shortkey_ctrl_prefix()
#ifdef __APPLE__
"⌘+"
#else
"Ctrl+"
_u8L("Ctrl+")
#endif
;
return str;