[Xfce4-commits] [apps/xfce4-screenshooter] 02/02: Improve wording (Bug #15429)

noreply at xfce.org noreply at xfce.org
Sun Oct 6 23:19:20 CEST 2019


This is an automated email from the git hooks/post-receive script.

a   n   d   r   e       p   u   s   h   e   d       a       c   o   m   m   i   t       t   o       b   r   a   n   c   h       m   a   s   t   e   r   
   in repository apps/xfce4-screenshooter.

commit 6f04eb3f6c4f9cdd971e22021a9ed3e6955077b1
Author: Andre Miranda <andreldm at xfce.org>
Date:   Sun Oct 6 18:19:01 2019 -0300

    Improve wording (Bug #15429)
---
 lib/screenshooter-dialogs.c | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/lib/screenshooter-dialogs.c b/lib/screenshooter-dialogs.c
index 2c65bf1..b706adf 100644
--- a/lib/screenshooter-dialogs.c
+++ b/lib/screenshooter-dialogs.c
@@ -917,7 +917,8 @@ GtkWidget *screenshooter_actions_dialog_new (ScreenshotData *sd)
     NULL);
 #endif
 
-  xfce_titled_dialog_set_subtitle (XFCE_TITLED_DIALOG (dlg), _("Action"));
+  xfce_titled_dialog_set_subtitle (XFCE_TITLED_DIALOG (dlg),
+                                   _("Choose what to do with the screenshot"));
   gtk_window_set_position (GTK_WINDOW (dlg), GTK_WIN_POS_CENTER);
   gtk_window_set_resizable (GTK_WINDOW (dlg), FALSE);
   gtk_container_set_border_width (GTK_CONTAINER (dlg), 0);

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Xfce4-commits mailing list