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:
a8fbbc6
)
Fix typo
author
Felix Eckhofer
<felix@eckhofer.com>
Tue, 1 Oct 2019 06:25:24 +0000
(08:25 +0200)
committer
Felix Eckhofer
<felix@eckhofer.com>
Tue, 1 Oct 2019 06:25:24 +0000
(08:25 +0200)
Signed-off-by: Felix Eckhofer <felix@eckhofer.com>
src/gui/settingsdialogcommon.cpp
patch
|
blob
|
history
diff --git
a/src/gui/settingsdialogcommon.cpp
b/src/gui/settingsdialogcommon.cpp
index de6f820c86068ee6b1d21ee11b6b12b73fd7e736..fbd9b5990e634709d5d07f9daa0d0104252cb0f6 100644
(file)
--- a/
src/gui/settingsdialogcommon.cpp
+++ b/
src/gui/settingsdialogcommon.cpp
@@
-2,7
+2,7
@@
namespace SettingsDialogCommon
{
/** display name with two lines that is displayed in the settings
- * If width is bigger than 0, the string will be el
l
ided so it does not exceed that width
+ * If width is bigger than 0, the string will be elided so it does not exceed that width
*/
QString shortDisplayNameForSettings(Account* account, int width)
{