Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Megert2011-11-22 19:22:10 +0000
committerKevin Sawicki2011-11-22 19:22:10 +0000
commit0e0e498ab373ce5f872480ddd1d8cac069345096 (patch)
tree3db931637a83f4c7d0722ca87fc31ef96ef62274
parent500d2422169ea4ad2251d1595537352abf79a6f0 (diff)
downloadegit-0e0e498ab373ce5f872480ddd1d8cac069345096.tar.gz
egit-0e0e498ab373ce5f872480ddd1d8cac069345096.tar.xz
egit-0e0e498ab373ce5f872480ddd1d8cac069345096.zip
Removed unused message from properties file
Bug 364289 Change-Id: I924f042b5bce6385ca44ad89931820e80212821d Signed-off-by: Daniel Megert <daniel_megert@ch.ibm.com> Signed-off-by: Kevin Sawicki <kevin@github.com>
-rw-r--r--org.eclipse.egit.ui/src/org/eclipse/egit/ui/uitext.properties2
1 files changed, 1 insertions, 1 deletions
diff --git a/org.eclipse.egit.ui/src/org/eclipse/egit/ui/uitext.properties b/org.eclipse.egit.ui/src/org/eclipse/egit/ui/uitext.properties
index 3e1e43e51c..fa73ec7b07 100644
--- a/org.eclipse.egit.ui/src/org/eclipse/egit/ui/uitext.properties
+++ b/org.eclipse.egit.ui/src/org/eclipse/egit/ui/uitext.properties
@@ -8,6 +8,7 @@
# Contributors:
# Shawn Pearce - initial implementation
# Daniel Megert <daniel_megert@ch.ibm.com> - Escaped single quotes where needed
+# - Removed unused entry
###############################################################################
AbortRebaseCommand_CancelDialogMessage=The abort operation was canceled
AbortRebaseCommand_JobName=Aborting Rebase
@@ -1317,7 +1318,6 @@ SimpleConfigurePushDialog_MissingUriMessage=Please provide at least one URI
SimpleConfigurePushDialog_NoRefSpecDialogMessage=The contents of the clipboard does not appear to be a refspec
SimpleConfigurePushDialog_NoRefSpecDialogTitle=Not a Refspec
SimpleConfigurePushDialog_PasteRefSpecButton=Pa&ste
-SimpleConfigurePushDialog_PushAllBranchesMessage=All branches will be pushed using push spec ''{0}''
SimpleConfigurePushDialog_PushUrisLabel=&Push URIs:
SimpleConfigurePushDialog_RefMappingGroup=Ref mapping
SimpleConfigurePushDialog_RefSpecLabel=&Refspec:

Back to the top