Change the terminology from "Log in" to "Login".

Not the way I would spell it, but I can't spell anyway.
This commit is contained in:
Daniel Johnson 2024-03-09 10:26:12 -05:00 committed by Mathieu Comandon
parent 3968405d35
commit 6429a8e8d5

View file

@ -111,7 +111,7 @@
<object class="GtkLabel" id="notification_label">
<property name="visible">True</property>
<property name="can-focus">False</property>
<property name="label" translatable="yes">Log in to &lt;a href="https://lutris.net/"&gt;Lutris.net&lt;/a&gt; to view your game library</property>
<property name="label" translatable="yes">Login to &lt;a href="https://lutris.net/"&gt;Lutris.net&lt;/a&gt; to view your game library</property>
<property name="use-markup">True</property>
</object>
<packing>
@ -124,7 +124,7 @@
<object class="GtkLabel" id="lutris_log_in_label">
<property name="visible">True</property>
<property name="can-focus">False</property>
<property name="label" translatable="yes">&lt;a href=""&gt;Log In&lt;/a&gt;</property>
<property name="label" translatable="yes">&lt;a href=""&gt;Login&lt;/a&gt;</property>
<property name="use-markup">True</property>
<signal name="activate-link" handler="on_lutris_log_in_label_activate_link" swapped="no"/>
</object>