Cleaned up Gitflow NLS
commitebbe1afadc34b435faccb8daf4a7ce3d2e96d534
authorMax Hohenegger <eclipse@hohenegger.eu>
Sat, 1 Sep 2018 10:52:29 +0000 (1 12:52 +0200)
committerMatthias Sohn <matthias.sohn@sap.com>
Mon, 3 Sep 2018 23:02:49 +0000 (4 01:02 +0200)
tree4aac27ce2a0d075bf070685e43a3051dd2830fca
parent942688d80b40440e9835110982be2c4fbacecff7
Cleaned up Gitflow NLS

- prefer NLS.bind over String.format for consistency
- fixed typos 'Feautre', 'Hotifx', 'inital'
- fixed inconsistent use of single quotes for branch names
- fixed inconsistent use of "Gitflow"
- removed redundant NLS string 'Not on a feature branch'
- removed unused NLS string 'Not on ...'
- removed unused NLS field 'HotfixFinishOperation_mergeF...'

Change-Id: Ibf652c22dee080f493cce0efc3256a6041663d09
org.eclipse.egit.gitflow.ui/plugin.properties
org.eclipse.egit.gitflow/src/org/eclipse/egit/gitflow/internal/CoreText.java
org.eclipse.egit.gitflow/src/org/eclipse/egit/gitflow/internal/coretext.properties
org.eclipse.egit.gitflow/src/org/eclipse/egit/gitflow/op/AbstractFeatureOperation.java
org.eclipse.egit.gitflow/src/org/eclipse/egit/gitflow/op/AbstractVersionFinishOperation.java
org.eclipse.egit.gitflow/src/org/eclipse/egit/gitflow/op/FeatureRebaseOperation.java
org.eclipse.egit.gitflow/src/org/eclipse/egit/gitflow/op/FeatureTrackOperation.java
org.eclipse.egit.gitflow/src/org/eclipse/egit/gitflow/op/GitFlowOperation.java
org.eclipse.egit.gitflow/src/org/eclipse/egit/gitflow/op/ReleaseStartOperation.java