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.properties2
1 files changed, 2 insertions, 0 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 beded88193..00fa735d2a 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
@@ -1356,6 +1356,7 @@ RepositoriesView_RepoGroup_Create_MenuItemLabel=Create Repository Group...
RepositoriesView_RepoGroup_Create_Title=Create Repository Group
RepositoriesView_RepoGroup_Assign=Move to ''{0}''
RepositoriesView_RepoGroup_Remove_Title=Remove from Repository Group
+RepositoriesView_RepoGroup_DeleteDontShowAgain=Don't show this dialog again
RepositoriesView_RepoGroup_Delete_Title=Delete Repository Groups
RepositoriesView_RepoGroup_Delete_Confirm=Confirm the deletion of repository groups. Repositories will not be removed or deleted.\nThey will not belong to any group afterwards.
RepositoriesView_RepoGroup_Rename_Title=Rename Repository Group
@@ -1380,6 +1381,7 @@ 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
DialogsPreferencePage_HideConfirmationGroupHeader=Show confirmation dialogs
+DialogsPreferencePage_ShowDeleteRepoGroup=Deletion of non-empty repository groups in the repositories view
DialogsPreferencePage_ShowInfoGroupHeader=Show result dialogs after git remote operations
DialogsPreferencePage_ShowFetchInfoDialog=&Fetch Result Dialog
DialogsPreferencePage_ShowPushInfoDialog=&Push Result Dialog

Back to the top