check dependents in Playlist after moving a region to a specific layer; make region...
[ardour.git] / gtk2_ardour / route_ui.cc
index 334492fab3d144f2e57acc2ae2931dbe370cde88..9f2873bb23ea785b6ef098ffd37388f9dd0bbeff 100644 (file)
@@ -1340,9 +1340,9 @@ edit your ardour.rc file to set the\n\
        string prompt;
 
        if (is_track()) {
-               prompt  = string_compose (_("Do you really want to remove track \"%1\" ?\n\nYou may also lose the playlist used by this track.\n(this cannot be undone)"), _route->name());
+               prompt  = string_compose (_("Do you really want to remove track \"%1\" ?\n\nYou may also lose the playlist used by this track.\n\n(This action cannot be undone, and the session file will be overwritten)"), _route->name());
        } else {
-               prompt  = string_compose (_("Do you really want to remove bus \"%1\" ?\n(this cannot be undone)"), _route->name());
+               prompt  = string_compose (_("Do you really want to remove bus \"%1\" ?\n\nYou may also lose the playlist used by this track.\n\n(This action cannot be undone, and the session file will be overwritten)"), _route->name());
        }
 
        choices.push_back (_("No, do nothing."));