rename subtitle to description

This commit is contained in:
yggverse 2024-09-10 07:50:15 +03:00
parent c74e9a81f0
commit 2208e5df25
7 changed files with 18 additions and 18 deletions

View file

@ -55,7 +55,7 @@ namespace app::browser
// Getters
Glib::ustring get_current_tab_page_title();
Glib::ustring get_current_tab_page_subtitle();
Glib::ustring get_current_tab_page_description();
};
}