summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 1761cda4..f0ba6a5c 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,