mirror of
https://invent.kde.org/network/falkon.git
synced 2024-11-11 09:32:12 +01:00
Merge pull request #1157 from pejakm/bwfix
[BookmarksWidget] Fix translation string
This commit is contained in:
commit
fc7b289be2
|
@ -93,7 +93,7 @@ void BookmarksWidget::loadBookmark()
|
|||
ui->folder->setCurrentIndex(index);
|
||||
}
|
||||
|
||||
ui->saveRemove->setText("Remove from Bookmarks");
|
||||
ui->saveRemove->setText(tr("Remove from Bookmarks"));
|
||||
ui->saveRemove->setFlat(false);
|
||||
connect(ui->folder, SIGNAL(currentIndexChanged(int)), SLOT(bookmarkEdited()));
|
||||
}
|
||||
|
|
|
@ -1134,6 +1134,11 @@ Please install latest version of QupZilla.</source>
|
|||
<source>Remove from Speed Dial</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/lib/bookmarks/bookmarkswidget.cpp" line="96"/>
|
||||
<source>Remove from Bookmarks</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>BrowsingLibrary</name>
|
||||
|
|
Loading…
Reference in New Issue
Block a user