changeset 1657:376b63fd9434

improved description string
author nadvornik
date Tue, 23 Jun 2009 19:20:48 +0000
parents e992c29ed901
children d7e07c7fa31b
files src/preferences.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/preferences.c	Sun Jun 21 22:52:45 2009 +0000
+++ b/src/preferences.c	Tue Jun 23 19:20:48 2009 +0000
@@ -1671,7 +1671,7 @@
 
 
 	group = pref_group_new(vbox, FALSE, _("Miscellaneous"), GTK_ORIENTATION_VERTICAL);
-	pref_checkbox_new_int(group, _("Write the same description tags (keywords, comment, etc.) to all files in a group"),
+	pref_checkbox_new_int(group, _("Write the same description tags (keywords, comment, etc.) to all grouped sidecars"),
 			      options->metadata.sync_grouped_files, &c_options->metadata.sync_grouped_files);
 
 	pref_checkbox_new_int(group, _("Allow keywords to differ only in case"),