Update PS4 References

This commit is contained in:
Florian Märkl 2020-12-29 10:23:27 +01:00
commit 308d6043f4
No known key found for this signature in database
GPG key ID: 125BC8A5A6A1E857
5 changed files with 12 additions and 12 deletions

View file

@ -1,7 +1,7 @@
[Desktop Entry]
Type=Application
Name=Chiaki
Comment=PlayStation 4 Remote Play Client
Comment=PlayStation Remote Play Client
Exec=chiaki
Icon=chiaki
Categories=Game;

View file

@ -4,7 +4,7 @@
<id>re.chiaki.Chiaki</id>
<launchable type="desktop-id">chiaki.desktop</launchable>
<name>Chiaki</name>
<summary>Free and Open Source Client for PlayStation 4 Remote Play</summary>
<summary>Free and Open Source Client for PlayStation Remote Play</summary>
<metadata_license>CC0-1.0</metadata_license>
<project_license>AGPL-3.0-only</project_license>
<developer_name>Florian Märkl</developer_name>
@ -12,7 +12,7 @@
<url type="help">https://git.sr.ht/~thestr4ng3r/chiaki/tree/master/item/README.md#usage</url>
<description>
<p>
Chiaki is a Free and Open Source Client for PlayStation 4 Remote Play. It can be used to play in real time on a PlayStation 4 as long as there is a network connection.
Chiaki is a Free and Open Source Client for PlayStation 4 and PlayStation 5 Remote Play. It can be used to play in real time on a PlayStation as long as there is a network connection.
</p>
</description>
<screenshots>

View file

@ -113,7 +113,7 @@ void StreamWindow::closeEvent(QCloseEvent *event)
switch(connect_info.settings->GetDisconnectAction())
{
case DisconnectAction::Ask: {
auto res = QMessageBox::question(this, tr("Disconnect Session"), tr("Do you want the PS4 to go into sleep mode?"),
auto res = QMessageBox::question(this, tr("Disconnect Session"), tr("Do you want the Console to go into sleep mode?"),
QMessageBox::Yes | QMessageBox::No | QMessageBox::Cancel);
switch(res)
{