summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--apps/lang/english.lang18
-rw-r--r--apps/lang/nederlands.lang18
-rw-r--r--apps/settings.h2
3 files changed, 25 insertions, 13 deletions
diff --git a/apps/lang/english.lang b/apps/lang/english.lang
index 85e8739576..23ab26aba6 100644
--- a/apps/lang/english.lang
+++ b/apps/lang/english.lang
@@ -12670,13 +12670,16 @@
12670 desc: in Settings -> General -> Display -> Status-/Scrollbar 12670 desc: in Settings -> General -> Display -> Status-/Scrollbar
12671 user: core 12671 user: core
12672 <source> 12672 <source>
12673 *: "Scroll Bar Width" 12673 *: none
12674 lcd_bitmap: "Scroll Bar Width"
12674 </source> 12675 </source>
12675 <dest> 12676 <dest>
12676 *: "Scroll Bar Width" 12677 *: none
12678 lcd_bitmap: "Scroll Bar Width"
12677 </dest> 12679 </dest>
12678 <voice> 12680 <voice>
12679 *: "Scroll bar width" 12681 *: none
12682 lcd_bitmap: "Scroll bar width"
12680 </voice> 12683 </voice>
12681</phrase> 12684</phrase>
12682<phrase> 12685<phrase>
@@ -12684,12 +12687,15 @@
12684 desc: in Settings -> General -> Display -> Status-/Scrollbar 12687 desc: in Settings -> General -> Display -> Status-/Scrollbar
12685 user: core 12688 user: core
12686 <source> 12689 <source>
12687 *: "Scroll Bar Position" 12690 *: none
12691 lcd_bitmap: "Scroll Bar Position"
12688 </source> 12692 </source>
12689 <dest> 12693 <dest>
12690 *: "Scroll Bar Position" 12694 *: none
12695 lcd_bitmap: "Scroll Bar Position"
12691 </dest> 12696 </dest>
12692 <voice> 12697 <voice>
12693 *: "Scroll bar position" 12698 *: none
12699 lcd_bitmap: "Scroll bar position"
12694 </voice> 12700 </voice>
12695</phrase> 12701</phrase>
diff --git a/apps/lang/nederlands.lang b/apps/lang/nederlands.lang
index d58450503a..cdd6773afc 100644
--- a/apps/lang/nederlands.lang
+++ b/apps/lang/nederlands.lang
@@ -12580,13 +12580,16 @@
12580 desc: in Settings -> General -> Display -> Status-/Scrollbar 12580 desc: in Settings -> General -> Display -> Status-/Scrollbar
12581 user: core 12581 user: core
12582 <source> 12582 <source>
12583 *: "Scroll Bar Width" 12583 *: none
12584 lcd_bitmap: "Scroll Bar Width"
12584 </source> 12585 </source>
12585 <dest> 12586 <dest>
12586 *: "Scrollbar breedte" 12587 *: none
12588 lcd_bitmap: "Scrollbar breedte"
12587 </dest> 12589 </dest>
12588 <voice> 12590 <voice>
12589 *: "Scroll bar breedte" 12591 *: none
12592 lcd_bitmap: "Scroll bar breedte"
12590 </voice> 12593 </voice>
12591</phrase> 12594</phrase>
12592<phrase> 12595<phrase>
@@ -12594,12 +12597,15 @@
12594 desc: in Settings -> General -> Display -> Status-/Scrollbar 12597 desc: in Settings -> General -> Display -> Status-/Scrollbar
12595 user: core 12598 user: core
12596 <source> 12599 <source>
12597 *: "Scroll Bar Position" 12600 *: none
12601 lcd_bitmap: "Scroll Bar Position"
12598 </source> 12602 </source>
12599 <dest> 12603 <dest>
12600 *: "Scrollbar positie" 12604 *: none
12605 lcd_bitmap: "Scrollbar positie"
12601 </dest> 12606 </dest>
12602 <voice> 12607 <voice>
12603 *: "Scroll bar positie" 12608 *: none
12609 lcd_bitmap: "Scroll bar positie"
12604 </voice> 12610 </voice>
12605</phrase> 12611</phrase>
diff --git a/apps/settings.h b/apps/settings.h
index e999534eb0..2fc07078ce 100644
--- a/apps/settings.h
+++ b/apps/settings.h
@@ -768,9 +768,9 @@ struct user_settings
768#ifdef HAVE_REMOTE_LCD 768#ifdef HAVE_REMOTE_LCD
769 unsigned char remote_ui_vp_config[64]; /* viewport string for the remote lists */ 769 unsigned char remote_ui_vp_config[64]; /* viewport string for the remote lists */
770#endif 770#endif
771#endif
772 int scrollbar_width; 771 int scrollbar_width;
773 bool scrollbar_position; /* true=left false=right */ 772 bool scrollbar_position; /* true=left false=right */
773#endif
774}; 774};
775 775
776/** global variables **/ 776/** global variables **/