mirror of
https://github.com/RetroShare/RetroShare.git
synced 2024-10-01 02:35:48 -04:00
renamed combobox item
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@7564 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
4eed106579
commit
afb883e012
@ -151,7 +151,7 @@ IdDialog::IdDialog(QWidget *parent)
|
||||
/* Add filter types */
|
||||
ui.filterComboBox->addItem(tr("All"), RSID_FILTER_ALL);
|
||||
ui.filterComboBox->addItem(tr("Owned by you"), RSID_FILTER_YOURSELF);
|
||||
ui.filterComboBox->addItem(tr("Owned by friend nodes / friends of friends"), RSID_FILTER_FRIENDS);
|
||||
ui.filterComboBox->addItem(tr("Owned by neighbor nodes"), RSID_FILTER_FRIENDS);
|
||||
ui.filterComboBox->addItem(tr("Owned by distant nodes"), RSID_FILTER_OTHERS);
|
||||
ui.filterComboBox->addItem(tr("Anonymous"), RSID_FILTER_PSEUDONYMS);
|
||||
ui.filterComboBox->setCurrentIndex(0);
|
||||
|
Loading…
Reference in New Issue
Block a user