summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xcontrol-center2
1 files changed, 1 insertions, 1 deletions
diff --git a/control-center b/control-center
index 6f98a12b..201f3c0d 100755
--- a/control-center
+++ b/control-center
@@ -472,7 +472,7 @@ sub update_profiles {
if (!warn_dialog(N("Warning"),
N("We are about to switch from the \"%s\" profile to the \"%s\" profile.
-Are you sure you want to do the switch.", $netcnx->{PROFILE}, $prof), { transient => $window_global })) {
+Are you sure you want to do the switch?", $netcnx->{PROFILE}, $prof), { transient => $window_global })) {
$done = 0;
enable_profile_entry($prof, 0);
$done = 1;