[gimp] app: Refer to splash screen as splash screen, not startup window



commit fa441e8d5fe3e2356bae6bca2c8185c2a5bffcfb
Author: Martin Nordholts <martinn src gnome org>
Date:   Tue Aug 17 18:24:53 2010 +0200

    app: Refer to splash screen as splash screen, not startup window

 app/main.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/app/main.c b/app/main.c
index 3ca6c8e..2fa9c19 100644
--- a/app/main.c
+++ b/app/main.c
@@ -172,7 +172,7 @@ static const GOptionEntry main_entries[] =
   {
     "no-splash", 's', 0,
     G_OPTION_ARG_NONE, &no_splash,
-    N_("Do not show a startup window"), NULL
+    N_("Do not show a splash screen"), NULL
   },
   {
     "no-shm", 0, G_OPTION_FLAG_REVERSE,



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]