[gimp/metadata-browser] app: Remove "Far from completely implemented!" in SWM action



commit 98319946d050a071e86565d3453fbbba3c009ce5
Author: Martin Nordholts <martinn src gnome org>
Date:   Thu Feb 23 19:29:56 2012 +0100

    app: Remove "Far from completely implemented!" in SWM action
    
    Unfortunately this is a string change, but we simply can't not let it
    say "Far from completely implemented!". Single-window mode works fine
    now.

 app/actions/windows-actions.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/app/actions/windows-actions.c b/app/actions/windows-actions.c
index 80b0c17..e2a0852 100644
--- a/app/actions/windows-actions.c
+++ b/app/actions/windows-actions.c
@@ -122,7 +122,7 @@ static const GimpToggleActionEntry windows_toggle_actions[] =
 
   { "windows-use-single-window-mode", NULL,
     NC_("windows-action", "Single-Window Mode"), NULL,
-    NC_("windows-action", "When enabled GIMP is in a single-window mode. Far from completely implemented!"),
+    NC_("windows-action", "When enabled GIMP is in a single-window mode."),
     G_CALLBACK (windows_use_single_window_mode_cmd_callback),
     FALSE,
     GIMP_HELP_WINDOWS_USE_SINGLE_WINDOW_MODE }



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