mirror of
https://github.com/Nheko-Reborn/nheko.git
synced 2024-11-22 19:08:58 +03:00
Rename groups
This commit is contained in:
parent
421b15c05c
commit
b629455fab
1 changed files with 2 additions and 2 deletions
|
@ -911,7 +911,7 @@ UserSettingsModel::data(const QModelIndex &index, int role) const
|
||||||
case StartInTray:
|
case StartInTray:
|
||||||
return tr("Start in tray");
|
return tr("Start in tray");
|
||||||
case GroupView:
|
case GroupView:
|
||||||
return tr("Groups sidebar");
|
return tr("Communities sidebar");
|
||||||
case Markdown:
|
case Markdown:
|
||||||
return tr("Send messages as Markdown");
|
return tr("Send messages as Markdown");
|
||||||
case Bubbles:
|
case Bubbles:
|
||||||
|
@ -1179,7 +1179,7 @@ UserSettingsModel::data(const QModelIndex &index, int role) const
|
||||||
case StartInTray:
|
case StartInTray:
|
||||||
return tr("Start the application in the background without showing the client window.");
|
return tr("Start the application in the background without showing the client window.");
|
||||||
case GroupView:
|
case GroupView:
|
||||||
return tr("Show a column containing groups and tags next to the room list.");
|
return tr("Show a column containing communities and tags next to the room list.");
|
||||||
case Markdown:
|
case Markdown:
|
||||||
return tr(
|
return tr(
|
||||||
"Allow using markdown in messages.\nWhen disabled, all messages are sent as a plain "
|
"Allow using markdown in messages.\nWhen disabled, all messages are sent as a plain "
|
||||||
|
|
Loading…
Reference in a new issue