aboutsummaryrefslogtreecommitdiff
path: root/www/chromium/files/patch-chrome_app_settings__strings.grdp
diff options
context:
space:
mode:
authorCarlos J. Puga Medina <cpm@FreeBSD.org>2017-03-04 21:32:19 +0000
committerCarlos J. Puga Medina <cpm@FreeBSD.org>2017-03-04 21:32:19 +0000
commit4b3fa3f0cf52ac441737a660568f3c4f3eafffcd (patch)
treeb9a97c7a39d63203d06a878b4fef1dec32694218 /www/chromium/files/patch-chrome_app_settings__strings.grdp
parent0dad5c2884e0872b130da6ca05740114c158234b (diff)
downloadports-4b3fa3f0cf52ac441737a660568f3c4f3eafffcd.tar.gz
ports-4b3fa3f0cf52ac441737a660568f3c4f3eafffcd.zip
- Backport several patches of OpenBSD that add more linux code for
font handling. - Disabled WebRTC support because it does not work properly on BSD and more patches are needed. - Update pkg-plist - Bump PORTREVISION MFH: 2017Q1
Notes
Notes: svn path=/head/; revision=435428
Diffstat (limited to 'www/chromium/files/patch-chrome_app_settings__strings.grdp')
-rw-r--r--www/chromium/files/patch-chrome_app_settings__strings.grdp20
1 files changed, 20 insertions, 0 deletions
diff --git a/www/chromium/files/patch-chrome_app_settings__strings.grdp b/www/chromium/files/patch-chrome_app_settings__strings.grdp
new file mode 100644
index 000000000000..263de66ffc74
--- /dev/null
+++ b/www/chromium/files/patch-chrome_app_settings__strings.grdp
@@ -0,0 +1,20 @@
+--- chrome/app/settings_strings.grdp.orig 2017-02-02 02:02:48 UTC
++++ chrome/app/settings_strings.grdp
+@@ -178,7 +178,7 @@
+ <message name="IDS_SETTINGS_THEMES" desc="Name of the control which allows the user to get a theme for the browser.">
+ Themes
+ </message>
+- <if expr="is_linux and not chromeos">
++ <if expr="is_posix and not chromeos">
+ <message name="IDS_SETTINGS_SYSTEM_THEME" desc="Text of the label describing the system (GTK+) browser theme on Linux">
+ GTK+
+ </message>
+@@ -192,7 +192,7 @@
+ Use Classic
+ </message>
+ </if>
+- <if expr="not is_linux or chromeos">
++ <if expr="not is_posix or chromeos">
+ <message name="IDS_SETTINGS_RESET_TO_DEFAULT_THEME" desc="Name of the control which resets the browser theme back to the default theme.">
+ Reset to default
+ </message>