[nautilus] special-location-bar: use the correct label for the New Document menu
- From: Cosimo Cecchi <cosimoc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [nautilus] special-location-bar: use the correct label for the New Document menu
- Date: Tue, 6 Nov 2012 16:32:02 +0000 (UTC)
commit 0d864b5c38da0f6588520bc98de8b745b74013b3
Author: Cosimo Cecchi <cosimoc gnome org>
Date: Tue Nov 6 11:30:30 2012 -0500
special-location-bar: use the correct label for the New Document menu
The menu is called New Document, not Create Document.
https://bugzilla.gnome.org/show_bug.cgi?id=687710
src/nautilus-special-location-bar.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/nautilus-special-location-bar.c b/src/nautilus-special-location-bar.c
index bd5a3b1..0c5350b 100644
--- a/src/nautilus-special-location-bar.c
+++ b/src/nautilus-special-location-bar.c
@@ -49,7 +49,7 @@ get_message_for_special_location (NautilusSpecialLocation location)
switch (location) {
case NAUTILUS_SPECIAL_LOCATION_TEMPLATES:
- message = g_strdup (_("Files in this folder will appear in the Create Document menu."));
+ message = g_strdup (_("Files in this folder will appear in the New Document menu."));
break;
case NAUTILUS_SPECIAL_LOCATION_SCRIPTS:
message = g_strdup (_("Executable files in this folder will appear in the Scripts menu."));
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]