mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-04-01 09:05:27 +00:00
rename subtitle to description
This commit is contained in:
parent
c74e9a81f0
commit
2208e5df25
7 changed files with 18 additions and 18 deletions
|
|
@ -113,9 +113,9 @@ Glib::ustring Main::get_current_tab_page_title()
|
|||
);
|
||||
};
|
||||
|
||||
Glib::ustring Main::get_current_tab_page_subtitle()
|
||||
Glib::ustring Main::get_current_tab_page_description()
|
||||
{
|
||||
return mainTab->get_page_subtitle(
|
||||
return mainTab->get_page_description(
|
||||
mainTab->get_current_page()
|
||||
);
|
||||
};
|
||||
Loading…
Add table
Add a link
Reference in a new issue