Browse Source

Overlay Applet Description

pull/3623/head
John 1 week ago
committed by crueter
parent
commit
4ea9066c6b
  1. 5
      src/qt_common/config/shared_translation.cpp

5
src/qt_common/config/shared_translation.cpp

@ -47,7 +47,10 @@ std::unique_ptr<TranslationMap> InitializeTranslations(QObject* parent)
INSERT(Settings, login_share_applet_mode, tr("Login share"), QString()); INSERT(Settings, login_share_applet_mode, tr("Login share"), QString());
INSERT(Settings, wifi_web_auth_applet_mode, tr("Wifi web auth"), QString()); INSERT(Settings, wifi_web_auth_applet_mode, tr("Wifi web auth"), QString());
INSERT(Settings, my_page_applet_mode, tr("My page"), QString()); INSERT(Settings, my_page_applet_mode, tr("My page"), QString());
INSERT(Settings, enable_overlay, tr("Enable Overlay Applet"), QString());
INSERT(Settings,
enable_overlay,
tr("Enable Overlay Applet"),
tr("Enables Horizon\'s built-in overlay applet. Press and hold the home button for 1 second to show it."));
// Audio // Audio
INSERT(Settings, sink_id, tr("Output Engine:"), QString()); INSERT(Settings, sink_id, tr("Output Engine:"), QString());

Loading…
Cancel
Save