[meld] Use a Unicode ellipsis in a new string



commit a1e1f889f0dfc6963ca1f397f7238a1d80318919
Author: Piotr Drąg <piotrdrag gmail com>
Date:   Sat Apr 13 13:35:52 2019 +0200

    Use a Unicode ellipsis in a new string
    
    See https://developer.gnome.org/hig/stable/typography.html
    
    https://bugzilla.gnome.org/show_bug.cgi?id=788392

 meld/resources/ui/vcview-menus.ui | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/meld/resources/ui/vcview-menus.ui b/meld/resources/ui/vcview-menus.ui
index ed20afcc..8e349a52 100644
--- a/meld/resources/ui/vcview-menus.ui
+++ b/meld/resources/ui/vcview-menus.ui
@@ -8,7 +8,7 @@
         <attribute name="action">view.compare</attribute>
       </item>
       <item>
-        <attribute name="label" translatable="yes">Co_mmit...</attribute>
+        <attribute name="label" translatable="yes">Co_mmit…</attribute>
         <attribute name="action">view.vc-commit</attribute>
       </item>
       <item>


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