13
0

Make an info string translatable

This commit is contained in:
Robin Gareus 2017-07-05 18:53:05 +02:00
parent 2a809dcf70
commit f66b863a2d

View File

@ -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);
}