aboutsummaryrefslogtreecommitdiff
path: root/src/gui.cpp
diff options
context:
space:
mode:
authorLoic Guegan <manzerbredes@mailbox.org>2022-12-25 14:32:06 +0100
committerLoic Guegan <manzerbredes@mailbox.org>2022-12-25 14:32:06 +0100
commit05ffd7c9e52d55dd5f7e155e233dfb147ceed485 (patch)
tree82fdf456ce0eb9c0e5bcb1902d51f3ac18a0097e /src/gui.cpp
parent11a46aadf7c80d6b67af0c1094c8c5c4222bd3b1 (diff)
Update import
Diffstat (limited to 'src/gui.cpp')
-rw-r--r--src/gui.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui.cpp b/src/gui.cpp
index f022fc8..765439f 100644
--- a/src/gui.cpp
+++ b/src/gui.cpp
@@ -603,7 +603,7 @@ TabBase_TabImport::TabBase_TabImport( wxWindow* parent, wxWindowID id, const wxP
wxBoxSizer* bSizer33;
bSizer33 = new wxBoxSizer( wxHORIZONTAL );
- opened_db_list = new wxComboBox( this, wxID_ANY, wxT("No database opened"), wxDefaultPosition, wxDefaultSize, 0, NULL, 0 );
+ opened_db_list = new wxComboBox( this, wxID_ANY, wxT("No other databases opened"), wxDefaultPosition, wxDefaultSize, 0, NULL, 0 );
bSizer33->Add( opened_db_list, 100, wxALL|wxEXPAND, 5 );
import_from_db_button = new wxButton( this, wxID_ANY, wxT("Import Selected Games"), wxDefaultPosition, wxDefaultSize, 0 );