diff options
author | dartraiden <wowemuh@gmail.com> | 2022-05-24 19:23:49 +0300 |
---|---|---|
committer | dartraiden <wowemuh@gmail.com> | 2022-05-24 19:23:49 +0300 |
commit | 008abad843fcb323bdcf8ba50770467bf562ca24 (patch) | |
tree | a4770f8286601d6a23fe7607b7a83a7d8bfa981f /src | |
parent | d46738ce43184a2ca07e00a77859f17698713645 (diff) |
Users are asking to make it more clear
Diffstat (limited to 'src')
-rw-r--r-- | src/mir_app/src/popupOption.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mir_app/src/popupOption.cpp b/src/mir_app/src/popupOption.cpp index 4a3187ca66..95323b8ca6 100644 --- a/src/mir_app/src/popupOption.cpp +++ b/src/mir_app/src/popupOption.cpp @@ -115,7 +115,7 @@ int PopupOptionsInit(WPARAM wParam) OPTIONSDIALOGPAGE odp = {}; odp.position = -1000000000; odp.szGroup.a = LPGEN("Popups"); - odp.szTitle.a = LPGEN("Enabled items"); + odp.szTitle.a = LPGEN("Events"); odp.pDialog = new CPopupOptionsDlg(); odp.flags = ODPF_BOLDGROUPS; g_plugin.addOptions(wParam, &odp); |