[gnome-builder/gnome-builder-43] libide/gui: remove translatable strings from accels



commit 8b8b1906afadf2537caba1efbad1c49f399e4caa
Author: Christian Hergert <chergert redhat com>
Date:   Mon Sep 26 22:25:21 2022 -0700

    libide/gui: remove translatable strings from accels
    
    These don't need them.

 src/libide/gui/ide-frame.ui | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/src/libide/gui/ide-frame.ui b/src/libide/gui/ide-frame.ui
index c9e8e06d2..e1d8a900b 100644
--- a/src/libide/gui/ide-frame.ui
+++ b/src/libide/gui/ide-frame.ui
@@ -23,7 +23,7 @@
             <child>
               <object class="GtkShortcutLabel">
                 <property name="halign">GTK_ALIGN_END</property>
-                <property name="accelerator" translatable="yes">&lt;Control&gt;Return</property>
+                <property name="accelerator">&lt;Control&gt;Return</property>
                 <layout>
                   <property name="row">0</property>
                   <property name="column">1</property>
@@ -43,7 +43,7 @@
             <child>
               <object class="GtkShortcutLabel">
                 <property name="halign">GTK_ALIGN_END</property>
-                <property name="accelerator" translatable="yes">F9</property>
+                <property name="accelerator">F9</property>
                 <layout>
                   <property name="row">1</property>
                   <property name="column">1</property>
@@ -63,7 +63,7 @@
             <child>
               <object class="GtkShortcutLabel">
                 <property name="halign">GTK_ALIGN_END</property>
-                <property name="accelerator" translatable="yes">&lt;Ctrl&gt;&amp;0</property>
+                <property name="accelerator">&lt;Ctrl&gt;&amp;0</property>
                 <layout>
                   <property name="row">2</property>
                   <property name="column">1</property>
@@ -83,7 +83,7 @@
             <child>
               <object class="GtkShortcutLabel">
                 <property name="halign">GTK_ALIGN_END</property>
-                <property name="accelerator" 
translatable="yes">&lt;Ctrl&gt;&amp;&lt;Shift&gt;&amp;T</property>
+                <property name="accelerator">&lt;Ctrl&gt;&amp;&lt;Shift&gt;&amp;T</property>
                 <layout>
                   <property name="row">3</property>
                   <property name="column">1</property>


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