summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThierry Vignaud <tvignaud@mandriva.org>2004-01-05 15:52:21 +0000
committerThierry Vignaud <tvignaud@mandriva.org>2004-01-05 15:52:21 +0000
commita8b8b530f2b7ab836730223ac43b56bf76e8ad02 (patch)
tree64ec92d5495e604a6f0fdb2f97d2897c10842c6e
parent0cc1edd40aab9feef14d3285f3eb681845b3e057 (diff)
downloadcontrol-center-a8b8b530f2b7ab836730223ac43b56bf76e8ad02.tar
control-center-a8b8b530f2b7ab836730223ac43b56bf76e8ad02.tar.gz
control-center-a8b8b530f2b7ab836730223ac43b56bf76e8ad02.tar.bz2
control-center-a8b8b530f2b7ab836730223ac43b56bf76e8ad02.tar.xz
control-center-a8b8b530f2b7ab836730223ac43b56bf76e8ad02.zip
typo fix
-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;