diff options
author | dartraiden <wowemuh@gmail.com> | 2024-03-04 18:20:31 +0300 |
---|---|---|
committer | dartraiden <wowemuh@gmail.com> | 2024-03-04 18:22:01 +0300 |
commit | 8759c6e57682b6f24f5ef6cb440fa2785f0fac66 (patch) | |
tree | 0e1e2e09708e4945cf2048568a2dd4846330721d /plugins | |
parent | 83e3c701bb3f4b95cd073e2957e9175deae81723 (diff) |
This feature saves database, not profile
Diffstat (limited to 'plugins')
-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 b629e5c657..020c5ada61 100644 --- a/plugins/Db_autobackups/src/main.cpp +++ b/plugins/Db_autobackups/src/main.cpp @@ -8,7 +8,7 @@ char g_szMirVer[100]; static IconItem iconList[] =
{
{ LPGEN("Backup profile"), "backup", IDI_BACKUP },
- { LPGEN("Save profile as..."), "saveas", IDI_BACKUP }
+ { LPGEN("Save database as..."), "saveas", IDI_BACKUP }
};
/////////////////////////////////////////////////////////////////////////////////////////
|