Merge pull request #1462 from tribut/fix-typo-elided

Fix typo
This commit is contained in:
Roeland Jago Douma 2019-10-01 12:02:36 +02:00 committed by GitHub
commit c6705ecd9c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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)
{