Skip to content

Commit

Permalink
ui: Fix translatable usage
Browse files Browse the repository at this point in the history
Marking translatable="yes" or translatable="1" actually
achieves the same result, but almost all projects use the first one.

It's good to follow common practices.
  • Loading branch information
yakushabb committed Apr 5, 2024
1 parent 594dc60 commit 9028851
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion data/ui/dialogs/new_account.ui
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
<object class="AdwPreferencesGroup">
<child>
<object class="AdwEntryRow" id="instance_entry">
<property name="title" translatable="true">Server URL</property>
<property name="title" translatable="yes">Server URL</property>
<property name="input_purpose">url</property>
<signal name="entry_activated" handler="on_next_clicked" swapped="no"/>
<signal name="changed" handler="clear_errors" swapped="no"/>
Expand Down

0 comments on commit 9028851

Please sign in to comment.