Codebase list gnome-maps / 95dc4e9
layersPopover: Use a regular ellipsis in a string It seems that gettext doesn’t like … in there and refuses to show the translation. https://bugzilla.gnome.org/show_bug.cgi?id=794638 Piotr Drąg authored 6 years ago Marcus Lundblad committed 6 years ago
1 changed file(s) with 1 addition(s) and 1 deletion(s). Raw diff Collapse all Expand all
6767 <object class="GtkButton" id="loadLayerButton">
6868 <property name="visible">True</property>
6969 <property name="can-focus">True</property>
70 <property name="label" translatable="yes" comments="Translators: This string uses ellipsis character">Open Shape Layer&#x2026;</property>
70 <property name="label" translatable="yes" comments="Translators: This string uses ellipsis character">Open Shape Layer…</property>
7171 <property name="action-name">win.open-shape-layer</property>
7272 </object>
7373 <packing>