summaryrefslogtreecommitdiffstats
path: root/control-center
diff options
context:
space:
mode:
Diffstat (limited to 'control-center')
-rwxr-xr-xcontrol-center2
1 files changed, 1 insertions, 1 deletions
diff --git a/control-center b/control-center
index 9a3ea9ed..83826f0f 100755
--- a/control-center
+++ b/control-center
@@ -274,7 +274,7 @@ foreach (@tree) {
});
$darea_left->signal_connect( button_release_event => sub {
$left_locked and return;
- $pending_app && !splash_warning("The modifications done in the current module won't be saved.", 1) and return;
+ $pending_app && !splash_warning(_("The modifications done in the current module won't be saved."), 1) and return;
clean_socket();
$notebook_global->show;
$darea_left->{state} == 2 and $notebook_global->set_page($index), return;