[gnome-maps/gnome-3-28] layersPopover: Use a regular ellipsis in a string



commit 4ab93cf55ade0bbccee1e304cec69286853f5fbe
Author: Piotr Drąg <piotrdrag gmail com>
Date:   Fri Mar 23 21:14:37 2018 +0100

    layersPopover: Use a regular ellipsis in a string
    
    It seems that gettext doesn’t like &#x2026;
    in there and refuses to show the translation.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=794638

 data/ui/layers-popover.ui |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/data/ui/layers-popover.ui b/data/ui/layers-popover.ui
index fc07d06..5fde141 100644
--- a/data/ui/layers-popover.ui
+++ b/data/ui/layers-popover.ui
@@ -68,7 +68,7 @@
           <object class="GtkButton" id="loadLayerButton">
             <property name="visible">True</property>
             <property name="can-focus">True</property>
-            <property name="label" translatable="yes" comments="Translators: This string uses ellipsis 
character">Open Shape Layer&#x2026;</property>
+            <property name="label" translatable="yes" comments="Translators: This string uses ellipsis 
character">Open Shape Layer…</property>
             <property name="action-name">win.open-shape-layer</property>
           </object>
           <packing>


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]