Preferences: Convert dialog header from Sentence case to Title Case
This commit is contained in:
parent
c0ec54bdc5
commit
19ebf117c4
1 changed files with 1 additions and 1 deletions
|
@ -1289,7 +1289,7 @@ bool show_theme_dialog(display& disp)
|
|||
{
|
||||
std::vector<std::string> options = disp.get_theme().get_known_themes();
|
||||
if(!options.empty()){
|
||||
gui2::tsimple_item_selector dlg(_("Choose theme"), "", options);
|
||||
gui2::tsimple_item_selector dlg(_("Choose Theme"), "", options);
|
||||
|
||||
for(size_t k = 0; k < options.size(); ++k) {
|
||||
if(options[k] == preferences::theme()) {
|
||||
|
|
Loading…
Add table
Reference in a new issue