[gnome-screenshot] screenshot: rename "whole desktop" to "whole screen"



commit 39f3e8c1a9d0a543bdefcdfb6aa11d7ad46c24a2
Author: Cosimo Cecchi <cosimoc gnome org>
Date:   Tue May 8 12:32:34 2012 -0400

    screenshot: rename "whole desktop" to "whole screen"
    
    Since we don't have a desktop anymore.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=658401

 src/screenshot-interactive-dialog.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/src/screenshot-interactive-dialog.c b/src/screenshot-interactive-dialog.c
index 98c2cc3..cb1c7fb 100644
--- a/src/screenshot-interactive-dialog.c
+++ b/src/screenshot-interactive-dialog.c
@@ -354,10 +354,10 @@ create_screenshot_frame (GtkWidget   *outer_vbox,
   gtk_box_pack_start (GTK_BOX (hbox), vbox, FALSE, FALSE, 0);
   gtk_widget_show (vbox);
 
-  /** Grab whole desktop **/
+  /** Grab whole screen **/
   group = NULL;
   radio = gtk_radio_button_new_with_mnemonic (group,
-                                              _("Grab the whole _desktop"));
+                                              _("Grab the whole sc_reen"));
   if (screenshot_config->take_window_shot ||
       screenshot_config->take_area_shot)
     gtk_toggle_button_set_active (GTK_TOGGLE_BUTTON (radio), FALSE);



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