[Xfce4-commits] [xfce/thunar] 01/01: Use e.g. instead of i.e. (Bug #14035)

noreply at xfce.org noreply at xfce.org
Sun Nov 26 15:51:37 CET 2017


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 xfce/thunar.

commit 21fab2e322f7046d0b9b2089ad976566b122443c
Author: Andre Miranda <andreldm at xfce.org>
Date:   Sun Nov 26 11:51:27 2017 -0300

    Use e.g. instead of i.e. (Bug #14035)
---
 thunar/thunar-preferences-dialog.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/thunar/thunar-preferences-dialog.c b/thunar/thunar-preferences-dialog.c
index 3c67329..a5ae763 100644
--- a/thunar/thunar-preferences-dialog.c
+++ b/thunar/thunar-preferences-dialog.c
@@ -663,7 +663,7 @@ thunar_preferences_dialog_init (ThunarPreferencesDialog *dialog)
   exo_binding_new (G_OBJECT (button), "active", G_OBJECT (label), "sensitive");
   g_signal_connect_swapped (G_OBJECT (label), "activate-link", G_CALLBACK (thunar_preferences_dialog_configure), dialog);
   gtk_label_set_markup (GTK_LABEL (label), _("<a href=\"volman-config:\">Configure</a> the management of removable drives\n"
-                                             "and media (i.e. how cameras should be handled)."));
+                                             "and media (e.g., how cameras should be handled)."));
   gtk_widget_set_hexpand (label, TRUE);
   gtk_grid_attach (GTK_GRID (grid), label, 0, 1, 1, 1);
   gtk_widget_show (label);

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


More information about the Xfce4-commits mailing list