summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Neumair <chris@gnome-de.org>2005-07-13 12:46:56 +0000
committerChristian Neumair <cneumair@src.gnome.org>2005-07-13 12:46:56 +0000
commit2805a453629825d25af482454500d3637ac07e4c (patch)
tree15578b0bb7f70f66069f833724aaaf3e804b8a88
parentc427340738783dccf9317cfa117f8e291bf9cbe6 (diff)
downloadnautilus-2805a453629825d25af482454500d3637ac07e4c.tar.gz
Refer to the volume context menu as "popup menu", and not as "right-click
2005-07-13 Christian Neumair <chris@gnome-de.org> * libnautilus-private/nautilus-desktop-link-monitor.c: (volume_delete_dialog): Refer to the volume context menu as "popup menu", and not as "right-click menu". Fixes #308248.
-rw-r--r--ChangeLog6
-rw-r--r--libnautilus-private/nautilus-desktop-link-monitor.c8
2 files changed, 10 insertions, 4 deletions
diff --git a/ChangeLog b/ChangeLog
index d6dca9f30..23f627e3c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,11 @@
2005-07-13 Christian Neumair <chris@gnome-de.org>
+ * libnautilus-private/nautilus-desktop-link-monitor.c:
+ (volume_delete_dialog): Refer to the volume context menu as "popup
+ menu", and not as "right-click menu". Fixes #308248.
+
+2005-07-13 Christian Neumair <chris@gnome-de.org>
+
* src/nautilus-navigation-window.c: (bookmark_list_get_uri_index,
path_bar_location_changed_callback): Try to reload visited locations
from history before doing a full location change. Fixes #310068.
diff --git a/libnautilus-private/nautilus-desktop-link-monitor.c b/libnautilus-private/nautilus-desktop-link-monitor.c
index e6268c572..d9ea28b6b 100644
--- a/libnautilus-private/nautilus-desktop-link-monitor.c
+++ b/libnautilus-private/nautilus-desktop-link-monitor.c
@@ -121,8 +121,8 @@ volume_delete_dialog (GtkWidget *parent_view,
FALSE,
GTK_MESSAGE_ERROR,
dialog_str,
- _("If you want to eject the volume, please use Eject in the "
- "right-click menu of the volume."),
+ _("If you want to eject the volume, please use \"Eject\" in the "
+ "popup menu of the volume."),
NULL, GTK_STOCK_OK, NULL);
} else {
eel_run_simple_dialog
@@ -130,8 +130,8 @@ volume_delete_dialog (GtkWidget *parent_view,
FALSE,
GTK_MESSAGE_ERROR,
dialog_str,
- _("If you want to unmount the volume, please use Unmount Volume in the "
- "right-click menu of the volume."),
+ _("If you want to unmount the volume, please use \"Unmount Volume\" in the "
+ "popup menu of the volume."),
NULL, GTK_STOCK_OK, NULL);
}