action.Vcs.ShowDiffWithLocal.Before.description=Compare version before selected revision with current version
action.Compare.Specified.text=Com_pare with Specified Revision...
action.Show.Current.Revision.text=Show Current Revision
+group.ChangesView.Changelists.text=Changelists
+separator.Local.History.text=Local History
action.AddFrameworkSupport.text=Add Framework Support...
<group id="ChangesView.GroupBy" icon="AllIcons.Actions.GroupBy" popup="true"
class="com.intellij.openapi.vcs.changes.actions.SelectChangesGroupingActionGroup">
- <separator text="Group By"/>
+ <separator key="group.ChangesView.GroupBy.text"/>
<action id="ChangesView.GroupBy.Directory"
class="com.intellij.openapi.vcs.changes.actions.SetDirectoryChangesGroupingAction"/>
<add-to-group group-id="Vcs.KeymapGroup"/>
<reference ref="ChangesView.Revert"/>
<action id="ChangesView.Diff" class="com.intellij.diff.actions.ShowDiffAction" icon="AllIcons.Actions.Diff"
use-shortcut-of="Diff.ShowDiff"/>
- <group icon="AllIcons.Vcs.Changelist" text="Changelists" popup="true">
+ <group icon="AllIcons.Vcs.Changelist" id="ChangesView.Changelists" popup="true">
<action id="ChangesView.NewChangeList" class="com.intellij.openapi.vcs.changes.actions.AddChangeListAction"
icon="AllIcons.General.Add"/>
<action id="ChangesView.Rename" class="com.intellij.openapi.vcs.changes.actions.RenameChangeListAction"
</group>
<separator/>
<group class="com.intellij.openapi.vcs.actions.ShowAnnotateOperationsPopup$Group" popup="true" id="ShowAnnotateOperationsPopupGroup"/>
- <separator text="Local History"/>
+ <separator key="separator.Local.History.text"/>
<reference id="LocalHistory.ShowHistory"/>
<reference id="LocalHistory.PutLabel"/>
</group>