summaryrefslogtreecommitdiff
path: root/gtk2_ardour/ui_config.cc
diff options
context:
space:
mode:
authorRobin Gareus <robin@gareus.org>2017-07-05 18:53:05 +0200
committerRobin Gareus <robin@gareus.org>2017-07-05 18:54:02 +0200
commitf66b863a2db106146579592245678f2aa9da800f (patch)
tree96c33c0164eda9d16f20a2cac5809db010517390 /gtk2_ardour/ui_config.cc
parent2a809dcf7005ab91bc297ef88365822728c06c56 (diff)
Make an info string translatable
Diffstat (limited to 'gtk2_ardour/ui_config.cc')
-rw-r--r--gtk2_ardour/ui_config.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk2_ardour/ui_config.cc b/gtk2_ardour/ui_config.cc
index 66dbfed34b..8b1d5a8c27 100644
--- a/gtk2_ardour/ui_config.cc
+++ b/gtk2_ardour/ui_config.cc
@@ -784,7 +784,7 @@ UIConfiguration::load_rc_file (bool themechange, bool allow_own)
return;
}
- info << "Loading ui configuration file " << rc_file_path << endmsg;
+ info << string_compose (_("Loading ui configuration file %1"), rc_file_path) << endmsg;
Gtkmm2ext::UI::instance()->load_rcfile (rc_file_path, themechange);
}