$OpenBSD: patch-chrome_app_generated_resources_grd,v 1.3 2011/04/29 13:18:01 robert Exp $ --- chrome/app/generated_resources.grd.orig Tue Apr 26 10:01:37 2011 +++ chrome/app/generated_resources.grd Thu Apr 28 11:17:49 2011 @@ -973,7 +973,7 @@ Other platform defines such as use_titlecase are decla Preferences... </message> </if> - <if expr="os == 'linux2'"> + <if expr="os == 'linux2' or os.find('bsd') != -1"> <message name="IDS_PREFERENCES" desc="The text label of the Preferences menu item."> Preferences </message> @@ -6774,7 +6774,7 @@ Keep your key file in a safe place. You will need it t <message name="IDS_OPTIONS_DIALOG_TITLE" desc="The title of the Options dialog box"> <ph name="PRODUCT_NAME">$1<ex>Google Chrome</ex></ph> Options </message> - <if expr="os == 'linux2'"> + <if expr="os == 'linux2' or os.find('bsd') != -1"> <message name="IDS_PREFERENCES_DIALOG_TITLE" desc="The title of the Preferences dialog box"> <ph name="PRODUCT_NAME">$1<ex>Google Chrome</ex></ph> Preferences </message> @@ -7167,7 +7167,7 @@ Keep your key file in a safe place. You will need it t </message> </if> - <if expr="os == 'darwin' or (os =='linux2' and not pp_ifdef('chromeos'))"> + <if expr="os == 'darwin' or ((os =='linux2' or os.find('bsd') != -1) and not pp_ifdef('chromeos'))"> <message name="IDS_AUTOFILL_OPTIONS_TITLE" desc="The title of the Autofill dialog."> Autofill Preferences </message>