summaryrefslogtreecommitdiff
path: root/gtk/updateiconcache.c
diff options
context:
space:
mode:
authorPiotr Drąg <piotrdrag@gmail.com>2016-10-03 18:20:03 +0200
committerMatthias Clasen <mclasen@redhat.com>2016-12-19 15:08:10 -0500
commita2da4ddcebcf1c28f49d6a73d2a575be17be873e (patch)
tree174ad02f69d0695ca753f3433ec25ed9ce82daa8 /gtk/updateiconcache.c
parent7331735499e09aeb981f821b540131195a1f31e7 (diff)
downloadgtk+-a2da4ddcebcf1c28f49d6a73d2a575be17be873e.tar.gz
Use Unicode in translatable strings
See https://developer.gnome.org/hig/stable/typography.html https://bugzilla.gnome.org/show_bug.cgi?id=772371
Diffstat (limited to 'gtk/updateiconcache.c')
-rw-r--r--gtk/updateiconcache.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/gtk/updateiconcache.c b/gtk/updateiconcache.c
index bf7262b74e..1bcbbe2271 100644
--- a/gtk/updateiconcache.c
+++ b/gtk/updateiconcache.c
@@ -1654,8 +1654,8 @@ write_csource (const gchar *path)
static GOptionEntry args[] = {
{ "force", 'f', 0, G_OPTION_ARG_NONE, &force_update, N_("Overwrite an existing cache, even if up to date"), NULL },
- { "ignore-theme-index", 't', 0, G_OPTION_ARG_NONE, &ignore_theme_index, N_("Don't check for the existence of index.theme"), NULL },
- { "index-only", 'i', 0, G_OPTION_ARG_NONE, &index_only, N_("Don't include image data in the cache"), NULL },
+ { "ignore-theme-index", 't', 0, G_OPTION_ARG_NONE, &ignore_theme_index, N_("Don’t check for the existence of index.theme"), NULL },
+ { "index-only", 'i', 0, G_OPTION_ARG_NONE, &index_only, N_("Don’t include image data in the cache"), NULL },
{ "include-image-data", 0, G_OPTION_FLAG_REVERSE, G_OPTION_ARG_NONE, &index_only, N_("Include image data in the cache"), NULL },
{ "source", 'c', 0, G_OPTION_ARG_STRING, &var_name, N_("Output a C header file"), "NAME" },
{ "quiet", 'q', 0, G_OPTION_ARG_NONE, &quiet, N_("Turn off verbose output"), NULL },
@@ -1749,7 +1749,7 @@ main (int argc, char **argv)
}
else
{
- g_printerr (_("No theme index file in '%s'.\n"
+ g_printerr (_("No theme index file in “%s”.\n"
"If you really want to create an icon cache here, use --ignore-theme-index.\n"), path);
}