[nautilus] properties-window: fix text



commit 54ac5630cdf6bc67d50aad65e8810525fea29dd7
Author: Carlos Soriano <csoriano gnome org>
Date:   Tue Sep 1 15:49:36 2015 +0200

    properties-window: fix text
    
    We wanted to say drop instead of drag.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=622384

 src/nautilus-properties-window.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/nautilus-properties-window.c b/src/nautilus-properties-window.c
index e94ecfe..dea8b0f 100644
--- a/src/nautilus-properties-window.c
+++ b/src/nautilus-properties-window.c
@@ -489,7 +489,7 @@ nautilus_properties_window_drag_data_received (GtkWidget *widget, GdkDragContext
        if (!exactly_one) {
                eel_show_error_dialog
                        (_("You cannot assign more than one custom icon at a time!"),
-                        _("Please drag just one image to set a custom icon."), 
+                        _("Please drop just one image to set a custom icon."),
                         window);
        } else {                
                if (uri_is_local_image (uris[0])) {                     


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