summaryrefslogtreecommitdiff
path: root/apps/settings.c
diff options
context:
space:
mode:
authorJens Arnold <amiconn@rockbox.org>2006-04-01 13:36:33 +0000
committerJens Arnold <amiconn@rockbox.org>2006-04-01 13:36:33 +0000
commit67de1d3d9be8ba0c3644680f2c70ea48230270ca (patch)
treed140d1c9637c64c394b63cf728e96b405608a991 /apps/settings.c
parent3d253c6ccfa735a4831b1f825a4ed870d7ac8ccb (diff)
downloadrockbox-67de1d3d9be8ba0c3644680f2c70ea48230270ca.tar.gz
rockbox-67de1d3d9be8ba0c3644680f2c70ea48230270ca.zip
Thorough .lang rework: Removed all deprecated strings, combined string which were only split because long ago we had no splash(), sorted strings into logical groups to ease the transition to langv2. Bunped binary .lng version.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9398 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/settings.c')
-rw-r--r--apps/settings.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/apps/settings.c b/apps/settings.c
index 776960ecfa..7d7b2295f5 100644
--- a/apps/settings.c
+++ b/apps/settings.c
@@ -1621,8 +1621,7 @@ bool settings_save_config(void)
1621 1621
1622 close(fd); 1622 close(fd);
1623 1623
1624 gui_syncsplash(HZ, true, (unsigned char *)"%s %s", str(LANG_SETTINGS_SAVED1), 1624 gui_syncsplash(HZ, true, str(LANG_SETTINGS_SAVED));
1625 str(LANG_SETTINGS_SAVED2));
1626 return true; 1625 return true;
1627} 1626}
1628 1627