1
mirror of https://invent.kde.org/network/falkon.git synced 2024-09-21 17:52:10 +02:00

Merge pull request #1157 from pejakm/bwfix

[BookmarksWidget] Fix translation string
This commit is contained in:
David Rosca 2014-01-16 06:41:10 -08:00
commit fc7b289be2
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>