Merge pull request #1157 from pejakm/bwfix

[BookmarksWidget] Fix translation string
remotes/origin/falkon
David Rosca 12 years ago
commit fc7b289be2
  1. 2
      src/lib/bookmarks/bookmarkswidget.cpp
  2. 5
      translations/empty.ts

@ -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…
Cancel
Save