From 2a6d462be146faa191ce2c74d36f830c1301b6e4 Mon Sep 17 00:00:00 2001 From: Xavier Michelon Date: Thu, 3 Nov 2022 14:25:38 +0100 Subject: [PATCH] GODT-2031: updated bridge description. --- dist/info.rc | 2 +- dist/proton-bridge.desktop | 2 +- internal/frontend/bridge-gui/bridge-gui/Resources.rc.in | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/dist/info.rc b/dist/info.rc index 1bad72d8..62fb5a4a 100644 --- a/dist/info.rc +++ b/dist/info.rc @@ -3,7 +3,7 @@ IDI_ICON1 ICON DISCARDABLE STRINGIZE(ICO_FILE) -#define FILE_COMMENTS "The Bridge is an application that runs on your computer in the background and seamlessly encrypts and decrypts your mail as it enters and leaves your computer." +#define FILE_COMMENTS "Proton Mail Bridge is a desktop application that runs in the background, encrypting and decrypting messages as they enter and leave your computer." #define FILE_DESCRIPTION "Proton Mail Bridge" #define INTERNAL_NAME STRINGIZE(EXE_NAME) #define PRODUCT_NAME "Proton Mail Bridge for Windows" diff --git a/dist/proton-bridge.desktop b/dist/proton-bridge.desktop index 220e0685..a06a3f57 100644 --- a/dist/proton-bridge.desktop +++ b/dist/proton-bridge.desktop @@ -3,7 +3,7 @@ Type=Application Version=1.1 Name=Proton Mail Bridge GenericName=Proton Mail Bridge for Linux -Comment=The Bridge is an application that runs on your computer in the background and seamlessly encrypts and decrypts your mail as it enters and leaves your computer. +Comment=Proton Mail Bridge is a desktop application that runs in the background, encrypting and decrypting messages as they enter and leave your computer. Icon=protonmail-bridge Exec=protonmail-bridge Terminal=false diff --git a/internal/frontend/bridge-gui/bridge-gui/Resources.rc.in b/internal/frontend/bridge-gui/bridge-gui/Resources.rc.in index c779b763..f44cc304 100644 --- a/internal/frontend/bridge-gui/bridge-gui/Resources.rc.in +++ b/internal/frontend/bridge-gui/bridge-gui/Resources.rc.in @@ -8,7 +8,7 @@ BEGIN BEGIN BLOCK "040904b0" BEGIN - VALUE "Comments", "The Bridge is an application that runs on your computer in the background and seamlessly encrypts and decrypts your mail as it enters and leaves your computer." + VALUE "Comments", "Proton Mail Bridge is a desktop application that runs in the background, encrypting and decrypting messages as they enter and leave your computer." VALUE "CompanyName", "${BRIDGE_VENDOR}" VALUE "FileDescription", "${BRIDGE_APP_FULL_NAME}" VALUE "FileVersion", "${BRIDGE_APP_VERSION_COMMA}"