From: Felix Eckhofer Date: Tue, 1 Oct 2019 06:25:24 +0000 (+0200) Subject: Fix typo X-Git-Tag: archive/raspbian/3.16.7-1_deb13u1+rpi1~1^2~222^2^2~623^2 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=28da954aad40cd0975e41a483e0d6c602355e86c;p=nextcloud-desktop.git Fix typo Signed-off-by: Felix Eckhofer --- diff --git a/src/gui/settingsdialogcommon.cpp b/src/gui/settingsdialogcommon.cpp index de6f820c8..fbd9b5990 100644 --- 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 ellided 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) {