mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-04-01 00:55:28 +00:00
update strings
This commit is contained in:
parent
078de72c89
commit
ff326290c6
3 changed files with 3 additions and 3 deletions
|
|
@ -31,7 +31,7 @@ impl Search for AlertDialog {
|
|||
// Init main widget
|
||||
let alert_dialog = AlertDialog::builder()
|
||||
.heading("Search")
|
||||
.body("Select default provider")
|
||||
.body("Choose default provider")
|
||||
.close_response(RESPONSE_CANCEL.0)
|
||||
.default_response(RESPONSE_APPLY.0)
|
||||
.extra_child(&form.g_box)
|
||||
|
|
|
|||
|
|
@ -18,7 +18,7 @@ impl Item {
|
|||
pub fn add() -> Self {
|
||||
Object::builder()
|
||||
.property("value", G_VALUE_ADD)
|
||||
.property("title", "Add..")
|
||||
.property("title", "Add provider..")
|
||||
.property("is-default", false)
|
||||
.build()
|
||||
}
|
||||
|
|
|
|||
|
|
@ -29,7 +29,7 @@ impl Query for Entry {
|
|||
Entry::builder()
|
||||
.margin_top(8)
|
||||
.max_length(MAX_LENGTH as i32)
|
||||
.placeholder_text("Provider query URL")
|
||||
.placeholder_text("Request URL (without query)")
|
||||
.visible(false)
|
||||
.build()
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue