1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27
|
Description: change UI menu word from French to English
Forwarded: not-needed
Author: xiao sheng wen <atzlinux@debian.org>
Last-Update: 2025-05-16
---
--- pixelize-2.0.0~git20220108.d1f9da9.orig/glade/pixelize.glade
+++ pixelize-2.0.0~git20220108.d1f9da9/glade/pixelize.glade
@@ -401,7 +401,7 @@ Pixelize works best when it can choose i
<property name="name">file_menu_item</property>
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">_Fichier</property>
+ <property name="label" translatable="yes">File</property>
<property name="use_underline">True</property>
<child type="submenu">
<object class="GtkMenu" id="file_menu_list">
@@ -487,7 +487,7 @@ Pixelize works best when it can choose i
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="right_justified">True</property>
- <property name="label" translatable="yes">Aid_e</property>
+ <property name="label" translatable="yes">Help</property>
<property name="use_underline">True</property>
<child type="submenu">
<object class="GtkMenu" id="help_menu_list">
|