From 9425f08c55a46a47af201554fd27c577b36a0494 Mon Sep 17 00:00:00 2001 From: svenhoefer Date: Thu, 24 Jan 2019 22:05:37 +0100 Subject: [PATCH] - locales: fix order Signed-off-by: Thilo Graf --- src/system/locals_intern.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/system/locals_intern.h b/src/system/locals_intern.h index cc7ce9048..9499813c2 100644 --- a/src/system/locals_intern.h +++ b/src/system/locals_intern.h @@ -522,10 +522,10 @@ const char * locale_real_names[] = "extra.sms_movie", "extra.south", "extra.start_tostandby", - "extra.timeshift_delete", "extra.timeshift_auto", - "extra.timeshift_temp", + "extra.timeshift_delete", "extra.timeshift_pause", + "extra.timeshift_temp", "extra.tp_bandwidth", "extra.tp_bandwidth_10mhz", "extra.tp_bandwidth_1_712mhz",