From 8756d3227501516fa1284873eeae607d1bf1039e Mon Sep 17 00:00:00 2001 From: dartraiden Date: Mon, 4 Mar 2024 18:41:50 +0300 Subject: Same for menu item name --- plugins/Db_autobackups/src/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins') 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; -- cgit v1.2.3