mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-08-13 00:25:48 -04:00
Added patch from Henry:
- Fixed utf8 issues - Added new translatable strings - Fixed german translation git-svn-id: http://svn.code.sf.net/p/retroshare/code/branches/v0.5.5@7446 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
903818d68f
commit
a54224e3e0
6 changed files with 14 additions and 6 deletions
|
@ -316,7 +316,7 @@ void GenCertDialog::importIdentity()
|
|||
RsInit::GetPGPLoginDetails(gpg_id, name, email);
|
||||
std::cerr << "Adding PGPUser: " << name << " id: " << gpg_id << std::endl;
|
||||
|
||||
QMessageBox::information(this,tr("New identity imported"),tr("Your identity was imported successfully:")+" \n"+"\nName :"+QString::fromStdString(name)+"\nemail: " + QString::fromStdString(email)+"\nKey ID: "+QString::fromStdString(gpg_id)+"\n\n"+tr("You can use it now to create a new location.")) ;
|
||||
QMessageBox::information(this,tr("New identity imported"),tr("Your identity was imported successfully:")+" \n"+"\nName :"+QString::fromUtf8(name.c_str())+"\nemail: " + QString::fromStdString(email)+"\nKey ID: "+QString::fromStdString(gpg_id)+"\n\n"+tr("You can use it now to create a new location.")) ;
|
||||
}
|
||||
|
||||
init() ;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue