mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
SaveAs: i18n
GitOrigin-RevId: 45bdb4c5d405c9cd030ee162f6e92636f77fdb5c
This commit is contained in:
committed by
intellij-monorepo-bot
parent
2e187bfd6d
commit
6f4477c1e7
+1
-1
@@ -11,7 +11,7 @@ import org.jetbrains.annotations.NotNull;
|
||||
|
||||
public class LightEditSaveAsAction extends DumbAwareAction {
|
||||
public LightEditSaveAsAction() {
|
||||
super(ActionsBundle.lazyMessage("action.LightEditSaveAsAction.text"));
|
||||
super(ActionsBundle.lazyMessage("action.SaveAs.text"));
|
||||
}
|
||||
|
||||
@Override
|
||||
|
||||
@@ -2397,7 +2397,7 @@ action.ShowDiscoveredTests.text=Show Affected Tests
|
||||
action.RenameAction.text=Rename...
|
||||
action.LightEditExitAction.text=E&xit
|
||||
action.LightEditNewFileAction.text=&New
|
||||
action.LightEditSaveAsAction.text=Save as...
|
||||
action.SaveAs.text=Save As...
|
||||
action.InstallFromDiskAction.text=Install Plugin from Disk...
|
||||
action.DumpVfsInfoForExcludedFilesAction.text=Dump VFS content for files under excluded roots
|
||||
action.ResetFilterAction.text=Reset Filter
|
||||
|
||||
@@ -37,7 +37,7 @@
|
||||
<add-to-group group-id="FileOpenGroup" anchor="first"/>
|
||||
</group>
|
||||
|
||||
<action id="SaveAs" class="com.intellij.ide.actions.SaveAsAction" text="Save As...">
|
||||
<action id="SaveAs" class="com.intellij.ide.actions.SaveAsAction">
|
||||
<add-to-group group-id="FileOpenGroup" anchor="after" relative-to-action="OpenFile"/>
|
||||
</action>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user