summaryrefslogtreecommitdiff
path: root/theme-viewer
diff options
context:
space:
mode:
authorPiotr Drąg <piotrdrag@gmail.com>2016-12-15 18:41:29 +0100
committerPiotr Drąg <piotrdrag@gmail.com>2016-12-15 18:41:29 +0100
commit41c908225a19b22a2f35b7cb47a902402ba95053 (patch)
treee39a721469d118990374d3d392b91303b3c8585d /theme-viewer
parentb068ac127734b687f47432fdf4ebd02fd1072ad1 (diff)
downloadmetacity-41c908225a19b22a2f35b7cb47a902402ba95053.tar.gz
Revert spelling fix and add quotation marks
To make it clear that these are command line arguments.
Diffstat (limited to 'theme-viewer')
-rw-r--r--theme-viewer/theme-viewer-main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/theme-viewer/theme-viewer-main.c b/theme-viewer/theme-viewer-main.c
index f0ba6a5c..4f184b81 100644
--- a/theme-viewer/theme-viewer-main.c
+++ b/theme-viewer/theme-viewer-main.c
@@ -29,7 +29,7 @@ static GOptionEntry entries[] =
{
{
"theme-type", 0, G_OPTION_FLAG_NONE, G_OPTION_ARG_STRING, &theme_type,
- N_("Theme type to use (GTK+ or Metacity)"), N_("TYPE")
+ N_("Theme type to use (\"gtk\" or \"metacity\")"), N_("TYPE")
},
{
"theme-name", 0, G_OPTION_FLAG_NONE, G_OPTION_ARG_STRING, &theme_name,