summaryrefslogtreecommitdiff
path: root/gtk/updateiconcache.c
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2006-09-10 05:01:32 +0000
committerMatthias Clasen <matthiasc@src.gnome.org>2006-09-10 05:01:32 +0000
commit485e607bfe66ccaea8c8b797fba9e9f991af51fd (patch)
treecba954a290b39105a95b8705a3c28e68d64ab163 /gtk/updateiconcache.c
parentc51d181687e9c34e4afb618fc65a9e19a3c9a80f (diff)
downloadgtk+-485e607bfe66ccaea8c8b797fba9e9f991af51fd.tar.gz
Improve wording. String change! (#355128, David Lodge)
2006-09-10 Matthias Clasen <mclasen@redhat.com> * gtk/updateiconcache.c: Improve wording. String change! (#355128, David Lodge)
Diffstat (limited to 'gtk/updateiconcache.c')
-rw-r--r--gtk/updateiconcache.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/updateiconcache.c b/gtk/updateiconcache.c
index dac18a225d..da3071ccb0 100644
--- a/gtk/updateiconcache.c
+++ b/gtk/updateiconcache.c
@@ -1279,7 +1279,7 @@ write_csource (const gchar *path)
}
static GOptionEntry args[] = {
- { "force", 'f', 0, G_OPTION_ARG_NONE, &force_update, N_("Overwrite an existing cache, even if uptodate"), NULL },
+ { "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 },
{ "source", 'c', 0, G_OPTION_ARG_STRING, &var_name, N_("Output a C header file"), "NAME" },