Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Keppler2018-12-25 08:28:58 +0000
committerMichael Keppler2018-12-25 08:28:58 +0000
commit7886250417a3ef4e6a4ea3f4dd03763eb773c4d6 (patch)
tree0238dc840bd4fd4b506340a6fed5bb7e6f63cde6 /org.eclipse.egit.ui/src
parentb9bab247c50794d146e89a03b9aef2f050a35f96 (diff)
downloadegit-7886250417a3ef4e6a4ea3f4dd03763eb773c4d6.tar.gz
egit-7886250417a3ef4e6a4ea3f4dd03763eb773c4d6.tar.xz
egit-7886250417a3ef4e6a4ea3f4dd03763eb773c4d6.zip
Remove numbers from "Copy X Paths" menu item
In a previous change I converted more strings to use pluralization instead of 2 separate entries, sometimes also adding the number as such in the localization. For this menu item that looks bad in practice, since that is too much information in the menu item. Therefore revert using the number here. Sorry for the noise. Change-Id: I8c0440f24f4220b75d8b6ad45acd1c9001b5f400 Signed-off-by: Michael Keppler <Michael.Keppler@gmx.de>
Diffstat (limited to 'org.eclipse.egit.ui/src')
-rw-r--r--org.eclipse.egit.ui/src/org/eclipse/egit/ui/internal/uitext.properties2
1 files changed, 1 insertions, 1 deletions
diff --git a/org.eclipse.egit.ui/src/org/eclipse/egit/ui/internal/uitext.properties b/org.eclipse.egit.ui/src/org/eclipse/egit/ui/internal/uitext.properties
index 9f404f4420..d747de3354 100644
--- a/org.eclipse.egit.ui/src/org/eclipse/egit/ui/internal/uitext.properties
+++ b/org.eclipse.egit.ui/src/org/eclipse/egit/ui/internal/uitext.properties
@@ -1940,7 +1940,7 @@ StagingView_ResetJob=Unstaging files...
StagingView_MessageErrors=Fix warnings/errors before you commit changes or explicitly ignore them
StagingView_LoadJob=Staging View Loader
StagingView_IgnoreErrors=Ignore warnings and errors
-StagingView_CopyPaths=&Copy {0,choice,1#1 Path|1<{0} Paths}
+StagingView_CopyPaths=&Copy {0,choice,1#Path|1<Paths}
StashApplyCommand_applyFailed=Applying stashed commit ''{0}'' failed due to ''{1}''
StashApplyCommand_jobTitle=Apply changes from stashed commit ''{0}''
StashCreateCommand_includeUntrackedLabel=Include untracked files

Back to the top