blob: 0df57e02fe8c19b8505485560397fc7706b4e071 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
description: change extra channel info to "Ungoogled Chromium"
author: Wengling Chen <feiyu2817@gmail.com>
---
components/version_ui_strings.grdp | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
--- a/components/version_ui_strings.grdp
+++ b/components/version_ui_strings.grdp
@@ -4,10 +4,10 @@
About Version
</message>
<message name="IDS_VERSION_UI_OFFICIAL" desc="official build on the about:version page">
- Official Build
+ Official Build, ungoogled-chromium
</message>
<message name="IDS_VERSION_UI_UNOFFICIAL" desc="unofficial build on the about:version page">
- Developer Build
+ Developer Build, ungoogled-chromium
</message>
<message name="IDS_VERSION_UI_32BIT" desc="32-bit on the chrome://version page">
(32-bit)
|