Replace {enter_dial_size}, not {enter_dial_width}
This commit is contained in:
parent
7a1c84d96e
commit
57b05a458e
1 changed files with 1 additions and 1 deletions
|
@ -3516,7 +3516,7 @@ midori_view_set_uri (MidoriView* view,
|
||||||
"{enter_shortcut_name}", _("Enter shortcut title"),
|
"{enter_shortcut_name}", _("Enter shortcut title"),
|
||||||
"{are_you_sure}", _("Are you sure you want to delete this shortcut?"),
|
"{are_you_sure}", _("Are you sure you want to delete this shortcut?"),
|
||||||
"{set_dial_size}", _("Set number of columns and rows"),
|
"{set_dial_size}", _("Set number of columns and rows"),
|
||||||
"{enter_dial_width}", _("Enter number of columns and rows:"),
|
"{enter_dial_size}", _("Enter number of columns and rows:"),
|
||||||
"{invalid_dial_size}", _("Invalid input for the size of the speed dial"),
|
"{invalid_dial_size}", _("Invalid input for the size of the speed dial"),
|
||||||
"{set_thumb_size}", _("Thumb size:"),
|
"{set_thumb_size}", _("Thumb size:"),
|
||||||
"{set_thumb_small}", _("Small"),
|
"{set_thumb_small}", _("Small"),
|
||||||
|
|
Loading…
Reference in a new issue