mirror of
https://github.com/lubosz/overte.git
synced 2025-04-23 20:54:25 +02:00
Remove colon from dialog label
This commit is contained in:
parent
b71a512a6f
commit
09390ffffd
1 changed files with 1 additions and 1 deletions
|
@ -107,7 +107,7 @@ void Bookmarks::setupMenus(Menu* menubar, MenuWrapper* menu) {
|
|||
|
||||
void Bookmarks::bookmarkLocation() {
|
||||
bool ok = false;
|
||||
auto bookmarkName = OffscreenUi::getText(nullptr, "Bookmark Location", "Name:", QLineEdit::Normal, QString(), &ok);
|
||||
auto bookmarkName = OffscreenUi::getText(nullptr, "Bookmark Location", "Name", QLineEdit::Normal, QString(), &ok);
|
||||
if (!ok) {
|
||||
return;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue