Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'org.eclipse.egit.ui/src/org/eclipse/egit/ui/internal/uitext.properties')
-rw-r--r--org.eclipse.egit.ui/src/org/eclipse/egit/ui/internal/uitext.properties7
1 files changed, 4 insertions, 3 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 467f196da2..beded88193 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
@@ -1362,9 +1362,6 @@ RepositoriesView_RepoGroup_Rename_Title=Rename Repository Group
RepositoriesView_RepoGroup_Rename_IllegalSelection=Only a single repository group can be renamed.
RepositoriesView_RepoGroup_EnterName=Enter the name of the repository group:
RepositoriesView_RepoGroup_EmptyNameError=A repository group name must not be empty.
-RepositoriesView_RepoGroup_InvalidNameException=A repository group name must not be empty or be surrounded by white spaces.
-RepositoriesView_RepoGroup_GroupExists=A repository group with this name already exists.
-RepositoriesView_RepoGroup_ErrorSavePreferences=Error saving repository group state
RepositoriesViewActionProvider_OpenWithMenu=Open Wit&h
RepositoriesViewContentProvider_ExceptionNodeText=Exception encountered while fetching children
RepositoriesViewContentProvider_ReadReferencesJob=Reading repository references
@@ -1375,6 +1372,10 @@ RepositoriesViewLabelProvider_SubmodulesNodeText=Submodules
RepositoriesViewLabelProvider_SymbolicRefNodeText=References
RepositoriesViewLabelProvider_TagsNodeText=Tags
RepositoriesViewLabelProvider_UnbornBranchText=unborn branch; will be created on commit
+RepositoryGroups_InvalidNameError=A repository group name must not be empty or be surrounded by white spaces.
+RepositoryGroups_DuplicateGroupNameError=Repository group ''{0}'' already exists.
+RepositoryGroups_LoadPreferencesInvalidName=Invalid group name in preferences; removing group ''{0}''
+RepositoryGroups_SavePreferencesError=Error saving repository group state
DialogsPreferencePage_autoConfigureLfs=Automatically configure LFS without confirmation
DialogsPreferencePage_DetachedHeadCombo=D&etached HEAD and checkout of remote-tracking branch

Back to the top