From 28da954aad40cd0975e41a483e0d6c602355e86c Mon Sep 17 00:00:00 2001 From: Felix Eckhofer Date: Tue, 1 Oct 2019 08:25:24 +0200 Subject: [PATCH] Fix typo Signed-off-by: Felix Eckhofer --- src/gui/settingsdialogcommon.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) { -- 2.30.2