[filemanager-actions] Change remaining quotes to Unicode



commit 10eb48d1100b4d3cc6348c54c0aae30b5011cb0e
Author: Rafael Fontenelle <rafaelff gnome org>
Date:   Wed Mar 8 16:39:27 2017 -0300

    Change remaining quotes to Unicode

 src/core/fma-object-profile-factory.c |    2 +-
 src/utils/fma-set-conf.c              |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/src/core/fma-object-profile-factory.c b/src/core/fma-object-profile-factory.c
index b91bb7f..281002d 100644
--- a/src/core/fma-object-profile-factory.c
+++ b/src/core/fma-object-profile-factory.c
@@ -220,7 +220,7 @@ static FMADataDef data_def_profile [] = {
                                        "• “DisplayOutput”: the ran terminal may be closed at end of the 
command, but " \
                                                "standard streams (stdout, stderr) should be collected and 
displayed; " \
                                                "an acceptable fallback is Terminal.\n" \
-                                       "Defaults to \"Normal\"." ),
+                                       "Defaults to “Normal”." ),
                                FMA_DATA_TYPE_STRING,
                                "Normal",
                                FALSE,
diff --git a/src/utils/fma-set-conf.c b/src/utils/fma-set-conf.c
index 636af8a..c17d03c 100644
--- a/src/utils/fma-set-conf.c
+++ b/src/utils/fma-set-conf.c
@@ -63,7 +63,7 @@ static GOptionEntry st_entries[] = {
                        N_( "The key to be updated" ), N_( "<STRING>" ) },
        { "type"                 , 't', 0, G_OPTION_ARG_STRING        , &st_type,
                        /* i18n: “str”, “int” and “bool” are literal values: do not translate */
-                       N_( "The type of the value to be set, may be “str”, “int” or “bool" ), N_( "<STRING>" 
) },
+                       N_( "The type of the value to be set, may be “str”, “int” or “bool”" ), N_( 
"<STRING>" ) },
        { "value"                , 'v', 0, G_OPTION_ARG_STRING        , &st_value,
                        N_( "The value to be set" ), N_( "<STRING>" ) },
        { NULL }


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