We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7752698 commit fc86663Copy full SHA for fc86663
src/nemo-interesting-folder-bar.c
@@ -139,8 +139,7 @@ nemo_interesting_folder_bar_constructed (GObject *obj)
139
gtk_widget_set_tooltip_text (w, _("View additional information about creating scripts"));
140
break;
141
case TYPE_TEMPLATES_FOLDER:
142
- label = gtk_label_new (_("Templates: Files in this folder will appear in the Create New Document "
143
- "submenu."));
+ label = gtk_label_new (_("The files in this folder are used as templates in the 'Create New Document' section of your context menu."));
144
145
case TYPE_NONE_FOLDER:
146
default:
0 commit comments