Browse Source

room-history: Fix translatable strings

fractal-13
Kévin Commaille 8 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> <property name="column-spacing">8</property>
<child> <child>
<object class="GtkButton" id="avatar_button"> <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="valign">start</property>
<property name="child"> <property name="child">
<object class="Avatar" id="avatar"> <object class="Avatar" id="avatar">

2
src/session/view/event_details_dialog.ui

@ -102,7 +102,7 @@
<object class="GtkButton"> <object class="GtkButton">
<property name="valign">center</property> <property name="valign">center</property>
<property name="icon-name">user-info-symbolic</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"/> <signal name="clicked" handler="open_sender_profile" swapped="yes"/>
<style> <style>
<class name="flat"/> <class name="flat"/>

Loading…
Cancel
Save