[gnome-usage] quit-process-dialog: Replace ASCII apostrophes in a comment



commit 85344a87551c3e500d1626aa37d3014286007a8e
Author: Piotr Drąg <piotrdrag gmail com>
Date:   Mon Nov 6 18:44:06 2017 +0100

    quit-process-dialog: Replace ASCII apostrophes in a comment
    
    intltool doesn’t like them very much:
    https://bugs.launchpad.net/intltool/+bug/1497715
    
    gnome-usage should be ported away from intltool.

 data/ui/quit-process-dialog.ui |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/data/ui/quit-process-dialog.ui b/data/ui/quit-process-dialog.ui
index 858e51f..8add01b 100644
--- a/data/ui/quit-process-dialog.ui
+++ b/data/ui/quit-process-dialog.ui
@@ -6,7 +6,7 @@
     <property name="modal">True</property>
     <property name="resizable">False</property>
     <property name="message-type">question</property>
-    <property name="text" translatable="yes" comments="Translators: This sentence is later suffixed with an 
application name. Example: 'Force Quit Videos?'">Force Quit %s?</property>
+    <property name="text" translatable="yes" comments="Translators: This sentence is later suffixed with an 
application name. Example: “Force Quit Videos?”">Force Quit %s?</property>
     <property name="secondary-text" translatable="yes">Unsaved work might be lost.</property>
 
     <child type="action">


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