mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-03-31 16:45:27 +00:00
update description message
This commit is contained in:
parent
3f3ca44dff
commit
3dc33c51ff
1 changed files with 3 additions and 6 deletions
|
|
@ -254,8 +254,7 @@ void Page::navigation_reload(
|
||||||
|
|
||||||
description = Glib::ustring::sprintf(
|
description = Glib::ustring::sprintf(
|
||||||
_("Begin request to %s.."),
|
_("Begin request to %s.."),
|
||||||
pageNavigation->get_request_path().empty() ? pageNavigation->get_request_host()
|
pageNavigation->get_request_host()
|
||||||
: pageNavigation->get_request_path()
|
|
||||||
);
|
);
|
||||||
|
|
||||||
progress_fraction = .5;
|
progress_fraction = .5;
|
||||||
|
|
@ -273,8 +272,7 @@ void Page::navigation_reload(
|
||||||
|
|
||||||
description = Glib::ustring::sprintf(
|
description = Glib::ustring::sprintf(
|
||||||
_("Reading response from %s.."),
|
_("Reading response from %s.."),
|
||||||
pageNavigation->get_request_path().empty() ? pageNavigation->get_request_host()
|
pageNavigation->get_request_host()
|
||||||
: pageNavigation->get_request_path()
|
|
||||||
);
|
);
|
||||||
|
|
||||||
progress_fraction = .75;
|
progress_fraction = .75;
|
||||||
|
|
@ -300,8 +298,7 @@ void Page::navigation_reload(
|
||||||
|
|
||||||
description = Glib::ustring::sprintf(
|
description = Glib::ustring::sprintf(
|
||||||
_("Parsing response from %s.."),
|
_("Parsing response from %s.."),
|
||||||
pageNavigation->get_request_path().empty() ? pageNavigation->get_request_host()
|
pageNavigation->get_request_host()
|
||||||
: pageNavigation->get_request_path()
|
|
||||||
);
|
);
|
||||||
|
|
||||||
progress_fraction = .8;
|
progress_fraction = .8;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue