Daniel Brötzmann pushed to branch master at gajim / gajim
Commits:
9886c44b by wurstsalat at 2025-10-11T11:50:21+02:00
cfix: Preview: Don't translate action-name
- - - - -
4 changed files:
- gajim/data/gui/preview/file_control_buttons.ui
- gajim/data/gui/preview/geo.ui
- gajim/data/gui/preview/image.ui
- gajim/data/gui/preview/preview.ui
Changes:
=====================================
gajim/data/gui/preview/file_control_buttons.ui
=====================================
@@ -46,7 +46,7 @@
<property name="visible">false</property>
<property name="focusable">1</property>
<property name="tooltip-text" translatable="yes">Open folder</property>
- <property name="action-name"
translatable="yes">app.open-folder</property>
+ <property name="action-name">app.open-folder</property>
<property name="action-target">''</property>
<child>
<object class="GtkImage">
@@ -61,7 +61,7 @@
<property name="visible">false</property>
<property name="focusable">1</property>
<property name="tooltip-text" translatable="yes">Save as...</property>
- <property name="action-name"
translatable="yes">app.save-file-as</property>
+ <property name="action-name">app.save-file-as</property>
<property name="action-target">''</property>
<child>
<object class="GtkImage">
=====================================
gajim/data/gui/preview/geo.ui
=====================================
@@ -8,7 +8,7 @@
<object class="GtkButton" id="_image_button">
<property name="focusable">yes</property>
<property name="halign">center</property>
- <property name="action-name"
translatable="yes">app.open-link</property>
+ <property name="action-name">app.open-link</property>
<property name="action-target">''</property>
<child>
<object class="GtkImage">
=====================================
gajim/data/gui/preview/image.ui
=====================================
@@ -49,7 +49,7 @@
<property name="child">
<object class="GtkButton" id="_image_button">
<property name="focusable">1</property>
- <property name="action-name"
translatable="yes">app.open-file</property>
+ <property name="action-name">app.open-file</property>
<property name="action-target">''</property>
<child>
<object class="GtkPicture" id="_picture">
=====================================
gajim/data/gui/preview/preview.ui
=====================================
@@ -24,7 +24,7 @@
<property name="focusable">1</property>
<property name="valign">center</property>
<property name="tooltip-text"
translatable="yes">Open</property>
- <property name="action-name"
translatable="yes">app.open-file</property>
+ <property name="action-name">app.open-file</property>
<property name="action-target">''</property>
<child>
<object class="GtkImage" id="_mime_image">
View it on GitLab:
https://dev.gajim.org/gajim/gajim/-/commit/9886c44b6e8061391b36eadd0c412fbf61422e64
--
View it on GitLab:
https://dev.gajim.org/gajim/gajim/-/commit/9886c44b6e8061391b36eadd0c412fbf61422e64
You're receiving this email because of your account on dev.gajim.org.
_______________________________________________
Commits mailing list -- [email protected]
To unsubscribe send an email to [email protected]