Skip to content

Commit

Permalink
data: mark two string translatable
Browse files Browse the repository at this point in the history
- Show Offline Mode Recognition Results
- Quit
  • Loading branch information
Sabri Ünal authored and SeaDve committed Aug 30, 2023
1 parent a8aaa95 commit 9fae9b3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion data/resources/ui/database-error-window.ui
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<object class="GtkButton">
<property name="halign">center</property>
<property name="action-name">app.quit</property>
<property name="label">Quit</property>
<property name="label" translatable="yes">Quit</property>
<style>
<class name="pill"/>
<class name="suggested-action"/>
Expand Down
2 changes: 1 addition & 1 deletion data/resources/ui/recognizer-status.ui
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
<property name="transition-type">slide-right</property>
<property name="child">
<object class="GtkButton" id="show_results_button">
<property name="tooltip-text">Show Offline Mode Recognition Results</property>
<property name="tooltip-text" translatable="yes">Show Offline Mode Recognition Results</property>
<property name="child">
<object class="GtkLabel" id="show_results_button_label">
<property name="valign">center</property>
Expand Down

0 comments on commit 9fae9b3

Please sign in to comment.