Browse Source

Revise message

adaptive-webui-19844
Chocobo1 1 year ago
parent
commit
d569eaa991
No known key found for this signature in database
GPG Key ID: 210D9C873253A68C
  1. 2
      src/gui/powermanagement/powermanagement_x11.cpp

2
src/gui/powermanagement/powermanagement_x11.cpp

@ -86,7 +86,7 @@ void PowerManagementInhibitor::requestBusy() @@ -86,7 +86,7 @@ void PowerManagementInhibitor::requestBusy()
m_state = RequestBusy;
qDebug("D-Bus: PowerManagementInhibitor: Requesting busy");
const QString message = u"Active torrents are presented"_s;
const QString message = u"Active torrents are currently present"_s;
const auto args = (m_manager == ManagerType::Gnome)
? QList<QVariant> {u"qBittorrent"_s, 0u, message, 4u}
: QList<QVariant> {u"qBittorrent"_s, message};

Loading…
Cancel
Save