Update German localisation plus a tiny string fix.
This commit is contained in:
parent
f98b652996
commit
d1b085f61a
4 changed files with 534 additions and 475 deletions
|
@ -415,7 +415,7 @@ int main(int argc, char** argv)
|
|||
if (katze_xbel_folder_is_empty (_session))
|
||||
{
|
||||
KatzeXbelItem* item = katze_xbel_bookmark_new ();
|
||||
if (load_on_startup == MIDORI_STARTUP_BLANK)
|
||||
if (load_on_startup == MIDORI_STARTUP_BLANK_PAGE)
|
||||
katze_xbel_bookmark_set_href (item, "");
|
||||
else
|
||||
{
|
||||
|
|
|
@ -127,7 +127,7 @@ midori_startup_get_type (void)
|
|||
if (!type)
|
||||
{
|
||||
static const GEnumValue values[] = {
|
||||
{ MIDORI_STARTUP_BLANK, "MIDORI_STARTUP_BLANK", N_("Blank") },
|
||||
{ MIDORI_STARTUP_BLANK_PAGE, "MIDORI_STARTUP_BLANK_PAGE", N_("Blank page") },
|
||||
{ MIDORI_STARTUP_HOMEPAGE, "MIDORI_STARTUP_HOMEPAGE", N_("Homepage") },
|
||||
{ MIDORI_STARTUP_LAST_OPEN_PAGES, "MIDORI_STARTUP_LAST_OPEN_PAGES", N_("Last open pages") },
|
||||
{ 0, NULL, NULL }
|
||||
|
|
|
@ -44,7 +44,7 @@ struct _MidoriWebSettings
|
|||
|
||||
typedef enum
|
||||
{
|
||||
MIDORI_STARTUP_BLANK,
|
||||
MIDORI_STARTUP_BLANK_PAGE,
|
||||
MIDORI_STARTUP_HOMEPAGE,
|
||||
MIDORI_STARTUP_LAST_OPEN_PAGES
|
||||
} MidoriStartup;
|
||||
|
|
Loading…
Reference in a new issue