[gnome-builder] libide/gui: remove translatable strings from accels
- From: Christian Hergert <chergert src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-builder] libide/gui: remove translatable strings from accels
- Date: Tue, 27 Sep 2022 05:25:36 +0000 (UTC)
commit d524e55e03c9bdf5e2650768ba18f159ce3a7622
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"><Control>Return</property>
+ <property name="accelerator"><Control>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"><Ctrl>&0</property>
+ <property name="accelerator"><Ctrl>&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"><Ctrl>&<Shift>&T</property>
+ <property name="accelerator"><Ctrl>&<Shift>&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]