Change the initial of the proper noun to uppercase
markdown -> Markdown
This commit is contained in:
parent
68570a41e0
commit
2ceaead7fc
11 changed files with 12 additions and 12 deletions
|
|
@ -206,7 +206,7 @@ UserSettingsPage::UserSettingsPage(QSharedPointer<UserSettings> settings, QWidge
|
|||
std::tie(receiptsLayout, readReceipts_) = addSetting(tr("Read receipts"));
|
||||
|
||||
QHBoxLayout *markdownLayout = nullptr;
|
||||
std::tie(markdownLayout, markdownEnabled_) = addSetting(tr("Send messages as markdown"));
|
||||
std::tie(markdownLayout, markdownEnabled_) = addSetting(tr("Send messages as Markdown"));
|
||||
|
||||
QHBoxLayout *desktopLayout = nullptr;
|
||||
std::tie(desktopLayout, desktopNotifications_) = addSetting(tr("Desktop notifications"));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue