From 9053e9b8ec17e00b8f3745fcfd26979750346d92 Mon Sep 17 00:00:00 2001 From: thunder2 Date: Mon, 1 Oct 2012 20:21:06 +0000 Subject: [PATCH] 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 --- retroshare-gui/src/gui/profile/ProfileManager.cpp | 2 +- retroshare-gui/src/lang/retroshare_en.ts | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/retroshare-gui/src/gui/profile/ProfileManager.cpp b/retroshare-gui/src/gui/profile/ProfileManager.cpp index 03ec6efca..37ffb4e68 100644 --- a/retroshare-gui/src/gui/profile/ProfileManager.cpp +++ b/retroshare-gui/src/gui/profile/ProfileManager.cpp @@ -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 ; diff --git a/retroshare-gui/src/lang/retroshare_en.ts b/retroshare-gui/src/lang/retroshare_en.ts index f73e97523..9119df7e2 100644 --- a/retroshare-gui/src/lang/retroshare_en.ts +++ b/retroshare-gui/src/lang/retroshare_en.ts @@ -8855,6 +8855,10 @@ and use the import button to load it You can manage here your profiles, import, export your profiles or generate one . + + Import Identity + + ProfileWidget