Merge pull request #315 from dartraiden/master

Fix typo
This commit is contained in:
Cyril Soler 2016-03-20 12:51:30 -04:00
commit 90347bd70e

View File

@ -1818,7 +1818,7 @@ bool FriendList::importExportFriendlistFileDialog(QString &fileName, bool import
{ {
if(!misc::getSaveFileName(this, if(!misc::getSaveFileName(this,
RshareSettings::LASTDIR_CERT, 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("Select a file for exporting your friendlist to")),
tr("XML File (*.xml);;All Files (*)"), tr("XML File (*.xml);;All Files (*)"),
fileName, fileName,