Browse Source

room-history: Fix translatable strings

fractal-13
Kévin Commaille 7 months ago
parent
commit
4203e87f61
No known key found for this signature in database
GPG Key ID: F26F4BE20A08255B
  1. 2
      src/session/view/content/room_history/message_row/mod.ui
  2. 2
      src/session/view/event_details_dialog.ui

2
src/session/view/content/room_history/message_row/mod.ui

@ -9,7 +9,7 @@
<property name="column-spacing">8</property>
<child>
<object class="GtkButton" id="avatar_button">
<property name="tooltip-text" translatable="yes">View Sender Profile</property>
<property name="tooltip-text" translatable="yes">Show Sender Profile</property>
<property name="valign">start</property>
<property name="child">
<object class="Avatar" id="avatar">

2
src/session/view/event_details_dialog.ui

@ -102,7 +102,7 @@
<object class="GtkButton">
<property name="valign">center</property>
<property name="icon-name">user-info-symbolic</property>
<property name="tooltip-text">View Profile</property>
<property name="tooltip-text" translatable="yes">Show Profile</property>
<signal name="clicked" handler="open_sender_profile" swapped="yes"/>
<style>
<class name="flat"/>

Loading…
Cancel
Save