diff --git a/retroshare-gui/src/gui/common/FriendList.cpp b/retroshare-gui/src/gui/common/FriendList.cpp index 3dbdfdd13..d7caa0176 100644 --- a/retroshare-gui/src/gui/common/FriendList.cpp +++ b/retroshare-gui/src/gui/common/FriendList.cpp @@ -1818,7 +1818,7 @@ bool FriendList::importExportFriendlistFileDialog(QString &fileName, bool import { if(!misc::getSaveFileName(this, RshareSettings::LASTDIR_CERT, - (import ? tr("Select file for importing yoour friendlist from") : + (import ? tr("Select file for importing your friendlist from") : tr("Select a file for exporting your friendlist to")), tr("XML File (*.xml);;All Files (*)"), fileName,