diff options
Diffstat (limited to 'devel/electron13/files/patch-chrome_app_profiles__strings.grdp')
-rw-r--r-- | devel/electron13/files/patch-chrome_app_profiles__strings.grdp | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/devel/electron13/files/patch-chrome_app_profiles__strings.grdp b/devel/electron13/files/patch-chrome_app_profiles__strings.grdp new file mode 100644 index 000000000000..7b53003e2924 --- /dev/null +++ b/devel/electron13/files/patch-chrome_app_profiles__strings.grdp @@ -0,0 +1,11 @@ +--- chrome/app/profiles_strings.grdp.orig 2021-07-15 19:13:30 UTC ++++ chrome/app/profiles_strings.grdp +@@ -81,7 +81,7 @@ + Add Profile... + </message> + </if> +- <if expr="is_linux"> ++ <if expr="is_posix"> + <message name="IDS_PROFILES_ADD_PROFILE_LABEL" desc="Menu item for adding a new profile."> + Add profile... + </message> |