[Xfce4-commits] [xfce/thunar] 01/01: Wording improvements (Bug #12512)
noreply at xfce.org
noreply at xfce.org
Sat May 5 23:59:40 CEST 2018
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 6d84683aa4adc1f210d26958cfd20ca7de65795c
Author: Andre Miranda <andreldm at xfce.org>
Date: Sat May 5 18:59:27 2018 -0300
Wording improvements (Bug #12512)
---
thunar/thunar-enum-types.h | 6 +++---
thunar/thunar-preferences-dialog.c | 4 ++--
2 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/thunar/thunar-enum-types.h b/thunar/thunar-enum-types.h
index 88722ee..e5e6aa9 100644
--- a/thunar/thunar-enum-types.h
+++ b/thunar/thunar-enum-types.h
@@ -55,7 +55,7 @@ GType thunar_renamer_mode_get_type (void) G_GNUC_CONST;
* @THUNAR_DATE_STYLE_LONG : display date and time in a long manner.
* @THUNAR_DATE_STYLE_ISO : display date and time in ISO standard form.
*
- * The style used to display dates (i.e. modification dates) to the user.
+ * The style used to display dates (e.g. modification dates) to the user.
**/
typedef enum
{
@@ -75,13 +75,13 @@ GType thunar_date_style_get_type (void) G_GNUC_CONST;
* @THUNAR_COLUMN_DATE_ACCESSED : last access time.
* @THUNAR_COLUMN_DATE_MODIFIED : last modification time.
* @THUNAR_COLUMN_GROUP : group's name.
- * @THUNAR_COLUMN_MIME_TYPE : mime type (i.e. "text/plain").
+ * @THUNAR_COLUMN_MIME_TYPE : mime type (e.g. "text/plain").
* @THUNAR_COLUMN_NAME : display name.
* @THUNAR_COLUMN_OWNER : owner's name.
* @THUNAR_COLUMN_PERMISSIONS : permissions bits.
* @THUNAR_COLUMN_SIZE : file size.
* @THUNAR_COLUMN_SIZE_IN_BYTES : file size in bytes.
- * @THUNAR_COLUMN_TYPE : file type (i.e. 'plain text document').
+ * @THUNAR_COLUMN_TYPE : file type (e.g. 'plain text document').
* @THUNAR_COLUMN_FILE : #ThunarFile object.
* @THUNAR_COLUMN_FILE_NAME : real file name.
*
diff --git a/thunar/thunar-preferences-dialog.c b/thunar/thunar-preferences-dialog.c
index 6f7ed16..7a1f9c1 100644
--- a/thunar/thunar-preferences-dialog.c
+++ b/thunar/thunar-preferences-dialog.c
@@ -662,8 +662,8 @@ thunar_preferences_dialog_init (ThunarPreferencesDialog *dialog)
gtk_label_set_xalign (GTK_LABEL (label), 0.0f);
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 (e.g., how cameras should be handled)."));
+ gtk_label_set_markup (GTK_LABEL (label), _("<a href=\"volman-config:\">Configure</a> the management of removable drives,\n"
+ "devices and media."));
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