Fixed title of the import identity dialog in the Profile Manager.

git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@5629 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
thunder2 2012-10-01 20:21:06 +00:00
parent 32b893ef92
commit 9053e9b8ec
2 changed files with 5 additions and 1 deletions

View File

@ -144,7 +144,7 @@ void ProfileManager::exportIdentity()
void ProfileManager::importIdentity()
{
QString fname = QFileDialog::getOpenFileName(this,tr("Export Identity"), "",tr("RetroShare Identity files (*.asc)")) ;
QString fname = QFileDialog::getOpenFileName(this,tr("Import Identity"), "",tr("RetroShare Identity files (*.asc)")) ;
if(fname.isNull())
return ;

View File

@ -8855,6 +8855,10 @@ and use the import button to load it</source>
<source>You can manage here your profiles, import, export your profiles or generate one .</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>Import Identity</source>
<translation type="unfinished"></translation>
</message>
</context>
<context>
<name>ProfileWidget</name>