Skip to content

Commit 5f7a382

Browse files
authored
Add --> Sign into (#2240)
1 parent 1bf8ed6 commit 5f7a382

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

  • plugins
    • com.google.cloud.tools.eclipse.appengine.deploy.ui/src/com/google/cloud/tools/eclipse/appengine/deploy/ui
    • com.google.cloud.tools.eclipse.dataflow.ui/src/com/google/cloud/tools/eclipse/dataflow/ui/preferences

plugins/com.google.cloud.tools.eclipse.appengine.deploy.ui/src/com/google/cloud/tools/eclipse/appengine/deploy/ui/messages.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ deploy.preferences.dialog.title.flexible=Deploy to App Engine Flexible
1111
deploy.preferences.dialog.title.withProject=Deployment Parameters for "{0}"
1212
deploy.preferences.dialog.label.selectAccount=Account:
1313
deploy.preferences.dialog.label.app.yaml=app.yaml:
14-
deploy.preferences.dialog.accountSelector.login=<Add a new account...>
14+
deploy.preferences.dialog.accountSelector.login=<Sign into another account...>
1515
deploy.preferences.dialog.browse=Browse
1616
deploy.preferences.dialog.flex.pricing=There is no free quota for the App Engine flexible \
1717
environment. Visit <a href="https://cloud.google.com/appengine/pricing">GCP Pricing</a> for \

plugins/com.google.cloud.tools.eclipse.dataflow.ui/src/com/google/cloud/tools/eclipse/dataflow/ui/preferences/RunOptionsDefaultsComponent.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ public RunOptionsDefaultsComponent(Composite target, int columns, MessageTarget
115115

116116
Label accountLabel = new Label(target, SWT.NULL);
117117
accountLabel.setText("&Account:");
118-
accountSelector = new AccountSelector(target, loginService, "Add a new account...");
118+
accountSelector = new AccountSelector(target, loginService, "Sign into another account...");
119119

120120
Label projectInputLabel = new Label(target, SWT.NULL);
121121
projectInput = new Text(target, SWT.SINGLE | SWT.BORDER);

0 commit comments

Comments
 (0)