mirror of
https://git.pwmt.org/pwmt/zathura.git
synced 2024-12-28 23:05:59 +01:00
Remove extra dot
Signed-off-by: Sebastian Ramacher <sebastian+dev@ramacher.at>
This commit is contained in:
parent
e4792cb24d
commit
d07dfe4876
1 changed files with 1 additions and 1 deletions
|
@ -227,7 +227,7 @@ cb_page_layout_value_changed(girara_session_t* session, const char* name, girara
|
|||
if (pages_per_row == 0) {
|
||||
pages_per_row = 1;
|
||||
girara_setting_set(session, name, &pages_per_row);
|
||||
girara_notify(session, GIRARA_WARNING, _("'%s' must not be 0. Set to 1.."), name);
|
||||
girara_notify(session, GIRARA_WARNING, _("'%s' must not be 0. Set to 1."), name);
|
||||
return;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue