diff --git a/resources/langs/nheko_de.ts b/resources/langs/nheko_de.ts index 1a383aed..63772bf9 100644 --- a/resources/langs/nheko_de.ts +++ b/resources/langs/nheko_de.ts @@ -748,7 +748,7 @@ - Send messages as markdown + Send messages as Markdown diff --git a/resources/langs/nheko_el.ts b/resources/langs/nheko_el.ts index 7168634f..39471c09 100644 --- a/resources/langs/nheko_el.ts +++ b/resources/langs/nheko_el.ts @@ -748,7 +748,7 @@ - Send messages as markdown + Send messages as Markdown diff --git a/resources/langs/nheko_en.ts b/resources/langs/nheko_en.ts index e2509f1e..ba462b41 100644 --- a/resources/langs/nheko_en.ts +++ b/resources/langs/nheko_en.ts @@ -748,7 +748,7 @@ - Send messages as markdown + Send messages as Markdown diff --git a/resources/langs/nheko_fi.ts b/resources/langs/nheko_fi.ts index 2a4cd859..208209c6 100644 --- a/resources/langs/nheko_fi.ts +++ b/resources/langs/nheko_fi.ts @@ -748,7 +748,7 @@ - Send messages as markdown + Send messages as Markdown diff --git a/resources/langs/nheko_fr.ts b/resources/langs/nheko_fr.ts index 43c81159..6c97cc64 100644 --- a/resources/langs/nheko_fr.ts +++ b/resources/langs/nheko_fr.ts @@ -749,7 +749,7 @@ - Send messages as markdown + Send messages as Markdown diff --git a/resources/langs/nheko_ja.ts b/resources/langs/nheko_ja.ts index c43d291f..180c060e 100644 --- a/resources/langs/nheko_ja.ts +++ b/resources/langs/nheko_ja.ts @@ -748,8 +748,8 @@ - Send messages as markdown - メッセージをmarkdownとして送信 + Send messages as Markdown + メッセージをMarkdownとして送信 diff --git a/resources/langs/nheko_nl.ts b/resources/langs/nheko_nl.ts index c82e4d21..dba70d50 100644 --- a/resources/langs/nheko_nl.ts +++ b/resources/langs/nheko_nl.ts @@ -748,7 +748,7 @@ - Send messages as markdown + Send messages as Markdown diff --git a/resources/langs/nheko_pl.ts b/resources/langs/nheko_pl.ts index b74a736b..fd23b216 100644 --- a/resources/langs/nheko_pl.ts +++ b/resources/langs/nheko_pl.ts @@ -749,7 +749,7 @@ - Send messages as markdown + Send messages as Markdown diff --git a/resources/langs/nheko_ru.ts b/resources/langs/nheko_ru.ts index cb305cb9..e3817db0 100644 --- a/resources/langs/nheko_ru.ts +++ b/resources/langs/nheko_ru.ts @@ -749,7 +749,7 @@ - Send messages as markdown + Send messages as Markdown diff --git a/resources/langs/nheko_zh_CN.ts b/resources/langs/nheko_zh_CN.ts index c7a20b22..536e39a2 100644 --- a/resources/langs/nheko_zh_CN.ts +++ b/resources/langs/nheko_zh_CN.ts @@ -747,7 +747,7 @@ - Send messages as markdown + Send messages as Markdown diff --git a/src/UserSettingsPage.cpp b/src/UserSettingsPage.cpp index a0f37c26..4cba59a4 100644 --- a/src/UserSettingsPage.cpp +++ b/src/UserSettingsPage.cpp @@ -206,7 +206,7 @@ UserSettingsPage::UserSettingsPage(QSharedPointer 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"));