Enhancement: Fixes "Connect To" string having unnecessary ellipsis, string should actually translate for other locales now

This commit is contained in:
unexp
2025-02-23 12:07:32 -03:00
committed by Rory Fewell
parent 709f3049c4
commit cffe22824d

View File

@@ -518,7 +518,7 @@
<object class="GtkLabel"> <object class="GtkLabel">
<property name="visible">True</property> <property name="visible">True</property>
<property name="can-focus">False</property> <property name="can-focus">False</property>
<property name="label" translatable="yes">Connect To...</property> <property name="label" translatable="yes">Connect To</property>
<property name="max-width-chars">24</property> <property name="max-width-chars">24</property>
<property name="tooltip-text" translatable="yes">Connects to other computers, networks, and the Internet.</property> <property name="tooltip-text" translatable="yes">Connects to other computers, networks, and the Internet.</property>
<property name="wrap">True</property> <property name="wrap">True</property>