1
mirror of https://invent.kde.org/network/falkon.git synced 2024-12-20 10:46:35 +01:00

[BookmarksWidget] Fix translation string

This commit is contained in:
Mladen Pejaković 2014-01-16 15:39:14 +01:00
parent a4200d3c14
commit a15dc3e3d6
2 changed files with 6 additions and 1 deletions

View File

@ -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()));
}

View File

@ -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>