diff options
author | Piotr Drąg <piotrdrag@gmail.com> | 2016-12-15 18:41:29 +0100 |
---|---|---|
committer | Piotr Drąg <piotrdrag@gmail.com> | 2016-12-15 18:41:29 +0100 |
commit | 41c908225a19b22a2f35b7cb47a902402ba95053 (patch) | |
tree | e39a721469d118990374d3d392b91303b3c8585d | |
parent | b068ac127734b687f47432fdf4ebd02fd1072ad1 (diff) | |
download | metacity-41c908225a19b22a2f35b7cb47a902402ba95053.tar.gz |
Revert spelling fix and add quotation marks
To make it clear that these are command line arguments.
-rw-r--r-- | theme-viewer/theme-viewer-main.c | 2 |
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, |