From 57cd5c77b2f5e685b35dae6374bb7f5a168c52c9 Mon Sep 17 00:00:00 2001 From: Vincent Sanders Date: Tue, 2 Dec 2014 10:03:27 +0000 Subject: Use translated messgae for low bandwidth error --- content/llcache.c | 2 +- resources/FatMessages | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/content/llcache.c b/content/llcache.c index e80085aff..f60523da4 100644 --- a/content/llcache.c +++ b/content/llcache.c @@ -2434,7 +2434,7 @@ static void llcache_persist(void *p) */ if (total_bandwidth < llcache->minimum_bandwidth) { LOG(("Cannot write minimum bandwidth")); - warn_user("Disc cache write bandwidth is too slow to be useful, disabling cache", 0); + warn_user("LowDiscWriteBandwidth", 0); guit->llcache->finalise(); break; } else { diff --git a/resources/FatMessages b/resources/FatMessages index da1e30cbb..378510a45 100644 --- a/resources/FatMessages +++ b/resources/FatMessages @@ -3039,6 +3039,7 @@ de.all.DirectoryError:Verzeichnis '%s' existiert bereits. fr.all.DirectoryError:directory '%s' already exists it.all.DirectoryError:La directory '%s' è già esistente nl.all.DirectoryError:directory '%s' already exists +en.all.LowDiscWriteBandwidth:Disc cache write bandwidth is too low: the cache will be disabled. If this occurs frequently the cache should be disabled by setting the configured size to 0. # Error messages for Amiga version only en.ami.CompError:Unable to open -- cgit v1.2.3