[gnome-builder/wip/gtk4-port] plugins/create-project: fix action names



commit 908bc137c1ad1567dde0b904792da83bf6def3a4
Author: Christian Hergert <chergert redhat com>
Date:   Thu May 26 16:20:38 2022 -0700

    plugins/create-project: fix action names

 src/plugins/create-project/gtk/menus.ui | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/src/plugins/create-project/gtk/menus.ui b/src/plugins/create-project/gtk/menus.ui
index 9e32308e9..9bdd78a0b 100644
--- a/src/plugins/create-project/gtk/menus.ui
+++ b/src/plugins/create-project/gtk/menus.ui
@@ -4,7 +4,7 @@
     <section id="ide-greeter-workspace-menu-projects">
       <item>
         <attribute name="id">ide-greeter-workspace-menu-new</attribute>
-        <attribute name="label" translatable="yes">_Start New Project…</attribute>
+        <attribute name="label" translatable="yes">Create New Project…</attribute>
         <attribute name="action">greeter.page</attribute>
         <attribute name="target" type="s">'create-project'</attribute>
         <attribute name="before">ide-greeter-workspace-menu-clone</attribute>
@@ -15,7 +15,7 @@
     <section id="ide-primary-workspace-menu-projects-section">
       <item>
         <attribute name="id">ide-primary-workspace-menu-new</attribute>
-        <attribute name="label" translatable="yes">_Start New Project…</attribute>
+        <attribute name="label" translatable="yes">Create New Project…</attribute>
         <attribute name="action">app.present-greeter-with-page</attribute>
         <attribute name="target" type="s">'create-project'</attribute>
         <attribute name="after">ide-primary-workspace-menu-open</attribute>
@@ -26,7 +26,7 @@
     <section id="ide-editor-workspace-menu-projects-section">
       <item>
         <attribute name="id">ide-editor-workspace-menu-new</attribute>
-        <attribute name="label" translatable="yes">_Start New Project…</attribute>
+        <attribute name="label" translatable="yes">Create New Project…</attribute>
         <attribute name="action">app.present-greeter-with-page</attribute>
         <attribute name="target" type="s">'create-project'</attribute>
         <attribute name="after">ide-editor-workspace-menu-open</attribute>


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]