| Index: chrome/app/generated_resources.grd
|
| diff --git a/chrome/app/generated_resources.grd b/chrome/app/generated_resources.grd
|
| index b51a7de25303a8daf4d1dacce9061f1d15099dd8..ccda477c057fb58f31235a56a3049f79c05b32fb 100644
|
| --- a/chrome/app/generated_resources.grd
|
| +++ b/chrome/app/generated_resources.grd
|
| @@ -6903,6 +6903,22 @@ Keep your key file in a safe place. You will need it to create new versions of y
|
| <message name="IDS_OMNIBOX_SEARCH_HINT_OMNIBOX_TEXT" desc="The text displayed selected in the omnibox once the user clicked the 'Show Me' button on the omnibox search hint infobar.">
|
| Type your search query here
|
| </message>
|
| +
|
| + <!-- Remotin strings -->
|
| + <if expr="not pp_ifdef('use_titlecase')">
|
| + <message name="IDS_REMOTING_SETUP_LABEL" desc="The label that appears on the remoting setup menu.">
|
| + Set up remoting...
|
| + </message>
|
| + </if>
|
| + <if expr="pp_ifdef('use_titlecase')">
|
| + <message name="IDS_REMOTING_SETUP_LABEL" desc="In Title Case. The label that appears on the remoting setup menu.">
|
| + Set Up Remoting...
|
| + </message>
|
| + </if>
|
| + <message name="IDS_REMOTING_SETUP_DIALOG_TITLE" desc="Title of the remoting setup dialog.">
|
| + Set up remoting
|
| + </message>
|
| +
|
|
|
| <!-- Sync strings -->
|
|
|
|
|