mirror of
https://github.com/RetroShare/RetroShare.git
synced 2024-10-01 02:35:48 -04:00
fixed string for translation support
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@3097 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
5df30d555b
commit
37560129c8
@ -677,7 +677,7 @@ void CertificatePage::generateCertificateCalled() {
|
||||
QString qdir = QFileDialog::getSaveFileName(this,
|
||||
tr("Please choose a filename"),
|
||||
QDir::homePath(),
|
||||
"RetroShare Certificate (*.rsc)");
|
||||
tr("RetroShare Certificate (*.rsc );;All Files (*)"));
|
||||
//Todo: move save to file to p3Peers::SaveCertificateToFile
|
||||
|
||||
if (qdir.isEmpty() == false) {
|
||||
|
Loading…
Reference in New Issue
Block a user