Skip to content

Commit

Permalink
Revert "Allow the user to tell the difference between a helpful open …
Browse files Browse the repository at this point in the history
…button and a generic one (#2442)" (#2474)

This reverts commit 1412105.
  • Loading branch information
olamy authored Aug 3, 2023
1 parent be243de commit badd10f
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 13 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,7 @@ public BlueOceanUrlObjectImpl(ModelObject modelObject) {

@Override
public @NonNull String getDisplayName() {
if (this.mappedUrl.equals(BlueOceanUrlMapperImpl.getLandingPagePath())) {
return Messages.BlueOceanUrlAction_DisplayName();
} else {
return Messages.BlueOceanUrlAction_GenericDisplayName();
}
return Messages.BlueOceanUrlAction_DisplayName();
}

@Override
Expand Down
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
BlueOceanUrlAction.DisplayName=Open Blue Ocean
BlueOceanUrlAction.GenericDisplayName=Open Blue Ocean Homepage
BlueOceanUrlAction.DisplayName=Open Blue Ocean
Original file line number Diff line number Diff line change
@@ -1,3 +1 @@
BlueOceanUrlAction.DisplayName=\ube14\ub8e8 \uc624\uc158 \uc5f4\uae30
# I can't translate this but don't want to cause a language regression so leave as it was in other languages
BlueOceanUrlAction.GenericDisplayName=\ube14\ub8e8 \uc624\uc158 \uc5f4\uae30
Original file line number Diff line number Diff line change
@@ -1,4 +1,2 @@
#X-Generator: crowdin.com
BlueOceanUrlActionImpl.DisplayName=\u041e\u0442\u043a\u0440\u044b\u0442\u044c Blue Ocean
# I can't translate this but don't want to cause a language regression so leave as it was in other languages
BlueOceanUrlAction.GenericDisplayName=\u041e\u0442\u043a\u0440\u044b\u0442\u044c Blue Ocean
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,3 @@
# THE SOFTWARE.

BlueOceanUrlAction.DisplayName=\u6253\u5F00 Blue Ocean
# I can't translate this but don't want to cause a language regression so leave as it was in other languages
BlueOceanUrlAction.GenericDisplayName=\u6253\u5F00 Blue Ocean

0 comments on commit badd10f

Please sign in to comment.