projects
/
nextcloud-desktop.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ae0b1ce
)
Fixed typo
author
Yaron Shahrabani
<sh.yaron@gmail.com>
Sun, 12 May 2019 16:11:33 +0000
(19:11 +0300)
committer
GitHub
<noreply@github.com>
Sun, 12 May 2019 16:11:33 +0000
(19:11 +0300)
Chipher -> Cipher
src/gui/creds/shibboleth/shibbolethwebview.cpp
patch
|
blob
|
history
diff --git
a/src/gui/creds/shibboleth/shibbolethwebview.cpp
b/src/gui/creds/shibboleth/shibbolethwebview.cpp
index 8f54af751ee775cbf31a0cc44aa183f354d28a24..8e4465b3c63f8f9f5bbaf00a7d7723af1a3fee4a 100644
(file)
--- a/
src/gui/creds/shibboleth/shibbolethwebview.cpp
+++ b/
src/gui/creds/shibboleth/shibbolethwebview.cpp
@@
-90,7
+90,7
@@
ShibbolethWebView::ShibbolethWebView(AccountPtr account, QWidget *parent)
QWebView *debugView = new QWebView(this);
debugView->setPage(debugPage);
QMainWindow *window = new QMainWindow(this);
- window->setWindowTitle(tr("SSL C
h
ipher Debug View"));
+ window->setWindowTitle(tr("SSL Cipher Debug View"));
window->setCentralWidget(debugView);
window->show();
}