Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRobin Rosenberg2011-01-10 07:34:48 +0000
committerMatthias Sohn2011-01-10 15:44:20 +0000
commit29bb1f6b2efa492ff8315ef13b468c40f510750e (patch)
treed39086c63d6d966444353b83aa60d39f7773bc88 /org.eclipse.egit.ui/src/org/eclipse/egit/ui/uitext.properties
parentb07033deb2140b321b8d4882161f6e0431bcdb20 (diff)
downloadegit-29bb1f6b2efa492ff8315ef13b468c40f510750e.tar.gz
egit-29bb1f6b2efa492ff8315ef13b468c40f510750e.tar.xz
egit-29bb1f6b2efa492ff8315ef13b468c40f510750e.zip
Move NLS strings for Revert and Cherry pick to the ui module
These strings should be located in the same module as their user Change-Id: I5067e899c3cffc981b0a6d3fcb9d1bd8499c148e Signed-off-by: Robin Rosenberg <robin.rosenberg@dewire.com> Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
Diffstat (limited to 'org.eclipse.egit.ui/src/org/eclipse/egit/ui/uitext.properties')
-rw-r--r--org.eclipse.egit.ui/src/org/eclipse/egit/ui/uitext.properties4
1 files changed, 4 insertions, 0 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 745b2743ce..50947dfd22 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
@@ -169,6 +169,8 @@ ClearCredentialsCommand_clearingCredentialsFailed=Clearing credentials failed.
ChangeCredentialsCommand_writingToSecureStoreFailed=Writing to secure store failed
CheckoutHandler_SelectBranchMessage=There is more than one branch for this commit. Please select the branch you want to check out.
CheckoutHandler_SelectBranchTitle=Select a branch for checkout
+CherryPickOperation_Failed=The cherry-pick failed
+CherryPickOperation_InternalError=An internal error occurred
CompareWithIndexAction_FileNotInIndex={0} not in index
RebaseCurrentRefCommand_AbortedDialogMessage=Rebase was aborted due to a merge conflict
@@ -955,6 +957,8 @@ RemoveCommand_DeleteConfirmSingleMessage=This will delete {0} Repositories perma
RemoveCommand_DeleteConfirmTitle=Delete Repository
RemoveCommand_DeleteFailureMessage=Could not delete {0}
RenameBranchCommand_WrongNameMessage=Can not rename {0}, it does not look like a branch
+RevertOperation_Failed=The revert failed
+RevertOperation_InternalError=An internal error occurred
SelectSynchronizeResourceDialog_selectProject=Synchronize repository: {0}
SelectSynchronizeResourceDialog_header=Select which branch or tag to synchronize.

Back to the top