mirror of
https://github.com/RetroShare/RetroShare.git
synced 2024-10-01 02:35:48 -04:00
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:
parent
32b893ef92
commit
9053e9b8ec
@ -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 ;
|
||||
|
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user