diff options
author | dartraiden <wowemuh@gmail.com> | 2024-03-04 18:41:50 +0300 |
---|---|---|
committer | dartraiden <wowemuh@gmail.com> | 2024-03-04 18:41:50 +0300 |
commit | 8756d3227501516fa1284873eeae607d1bf1039e (patch) | |
tree | 5474f55c5c610e6198ebfd09247ce8964993f032 /plugins/Db_autobackups | |
parent | 82b9e10cfc82b71e7ab53450d76555edf9384f06 (diff) |
Same for menu item name
Diffstat (limited to 'plugins/Db_autobackups')
-rw-r--r-- | plugins/Db_autobackups/src/main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/Db_autobackups/src/main.cpp b/plugins/Db_autobackups/src/main.cpp index 020c5ada61..3ffafb05f9 100644 --- a/plugins/Db_autobackups/src/main.cpp +++ b/plugins/Db_autobackups/src/main.cpp @@ -103,7 +103,7 @@ static int ModulesLoad(WPARAM, LPARAM) Menu_AddMainMenuItem(&mi);
SET_UID(mi, 0x15e93f83, 0x930e, 0x4cf9, 0x91, 0x31, 0x4c, 0x2b, 0xb, 0xaa, 0xd2, 0x18);
- mi.name.a = LPGEN("Save profile as...");
+ mi.name.a = LPGEN("Save database as...");
mi.pszService = MS_AB_SAVEAS;
mi.hIcolibItem = iconList[1].hIcolib;
mi.position = 500100001;
|