summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xcontrol-center4
1 files changed, 2 insertions, 2 deletions
diff --git a/control-center b/control-center
index 77761c5c..15eff038 100755
--- a/control-center
+++ b/control-center
@@ -113,8 +113,8 @@ my $exec_hash =
"Monitor Connection" => [ "net_monitor", "$sbindir/net_monitor", 1, N("Monitor connections") ],
"Configure Internet" => [ "drakconnect", "$sbindir/drakconnect --internet", 1, N("Internet access") ],
# little workaround to avoid drakconf freeze
- "Console" => [ "rxvt", "$xbindir/rxvt", -1, N("Open a console") ], #The Console will help you to solve issues
-# "Console" => [ "rxvt", [ "$xbindir/rxvt", "rxvt", 1 ], 0, N("Open a console") ], #The Console will help you to solve issues
+ "Console" => [ "rxvt", "$xbindir/rxvt", -1, N("Console") ], #The Console will help you to solve issues
+# "Console" => [ "rxvt", [ "$xbindir/rxvt", "rxvt", 1 ], 0, N("Console") ], #The Console will help you to solve issues
"Date & Time" => [ "clock", "$sbindir/clock.pl", 1, N("Date and time") ],
"Display Manager chooser" => [ "drakedm", "$sbindir/drakedm", 1, N("Display manager") ],
"Firewall" => [ "drakfirewall", "$sbindir/drakfirewall", 1, N("Firewall") ],