Skip to content

Commit fc86663

Browse files
committed
templates: Rephrase hint in templates folder
1 parent 7752698 commit fc86663

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/nemo-interesting-folder-bar.c

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -139,8 +139,7 @@ nemo_interesting_folder_bar_constructed (GObject *obj)
139139
gtk_widget_set_tooltip_text (w, _("View additional information about creating scripts"));
140140
break;
141141
case TYPE_TEMPLATES_FOLDER:
142-
label = gtk_label_new (_("Templates: Files in this folder will appear in the Create New Document "
143-
"submenu."));
142+
label = gtk_label_new (_("The files in this folder are used as templates in the 'Create New Document' section of your context menu."));
144143
break;
145144
case TYPE_NONE_FOLDER:
146145
default:

0 commit comments

Comments
 (0)