[gnome-builder] editor: Clarify Move Left/Right menu items text



commit 607aa67461b97ac66bf490ee85836cc05637fb93
Author: vanadiae <vanadiae35 gmail com>
Date:   Sat Jan 2 16:17:56 2021 +0100

    editor: Clarify Move Left/Right menu items text
    
    Currently it isn't very clear if they move just the focused page, or
    the whole frame, as would indicate the fact they are under the "Frame"
    section.
    
    Since they move the page, eventually by creating a new frame, they are
    more well described by "Move Page Left/Right".

 src/plugins/editor/gtk/menus.ui | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/src/plugins/editor/gtk/menus.ui b/src/plugins/editor/gtk/menus.ui
index 0ff338868..ec02683d4 100644
--- a/src/plugins/editor/gtk/menus.ui
+++ b/src/plugins/editor/gtk/menus.ui
@@ -119,11 +119,11 @@
       <attribute name="id">ide-frame-section</attribute>
       <attribute name="label" translatable="yes">Frame</attribute>
       <item>
-        <attribute name="label" translatable="yes">Move Left</attribute>
+        <attribute name="label" translatable="yes">Move Page Left</attribute>
         <attribute name="action">frame.move-left</attribute>
       </item>
       <item>
-        <attribute name="label" translatable="yes">Move Right</attribute>
+        <attribute name="label" translatable="yes">Move Page Right</attribute>
         <attribute name="action">frame.move-right</attribute>
       </item>
       <item>


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