diff --git a/components/music/AlbumView.bs b/components/music/AlbumView.bs
index 763c5f4a..57af3274 100644
--- a/components/music/AlbumView.bs
+++ b/components/music/AlbumView.bs
@@ -14,6 +14,7 @@ sub init()
m.songList.observeField("doneLoading", "onDoneLoading")
m.dscr = m.top.findNode("overview")
+ m.dscr.ellipsisText = tr("... (Press * to read more)")
createDialogPallete()
end sub
diff --git a/components/music/AlbumView.xml b/components/music/AlbumView.xml
index b7cd2f1f..1ce1af32 100644
--- a/components/music/AlbumView.xml
+++ b/components/music/AlbumView.xml
@@ -13,7 +13,7 @@
-
+
diff --git a/components/music/ArtistView.bs b/components/music/ArtistView.bs
index e745612b..995b803b 100644
--- a/components/music/ArtistView.bs
+++ b/components/music/ArtistView.bs
@@ -39,6 +39,7 @@ sub init()
m.backDrop = m.top.findNode("backdrop")
m.artistImage = m.top.findNode("artistImage")
m.dscr = m.top.findNode("overview")
+ m.dscr.ellipsisText = tr("... (Press * to read more)")
m.dscr.observeField("isTextEllipsized", "onEllipsisChanged")
createDialogPallete()
end sub
diff --git a/components/music/ArtistView.xml b/components/music/ArtistView.xml
index 33c94b89..de088d2d 100644
--- a/components/music/ArtistView.xml
+++ b/components/music/ArtistView.xml
@@ -8,7 +8,7 @@
-
+
diff --git a/components/music/PlaylistView.bs b/components/music/PlaylistView.bs
index f35a7342..23863875 100644
--- a/components/music/PlaylistView.bs
+++ b/components/music/PlaylistView.bs
@@ -13,6 +13,7 @@ sub init()
m.songList.observeField("doneLoading", "onDoneLoading")
m.dscr = m.top.findNode("overview")
+ m.dscr.ellipsisText = tr("... (Press * to read more)")
createDialogPallete()
end sub
diff --git a/components/music/PlaylistView.xml b/components/music/PlaylistView.xml
index ef7293e0..02beb1c2 100644
--- a/components/music/PlaylistView.xml
+++ b/components/music/PlaylistView.xml
@@ -12,7 +12,7 @@
-
+
diff --git a/components/tvshows/TVShowDetails.bs b/components/tvshows/TVShowDetails.bs
index 522a4b4c..24184590 100644
--- a/components/tvshows/TVShowDetails.bs
+++ b/components/tvshows/TVShowDetails.bs
@@ -14,7 +14,7 @@ sub init()
m.seasons = m.top.findNode("seasons")
m.overview = m.top.findNode("overview")
- m.overview.ellipsisText = tr(" ... (Press * to read more)")
+ m.overview.ellipsisText = tr("... (Press * to read more)")
end sub
sub itemContentChanged()
diff --git a/locale/en_US/translations.ts b/locale/en_US/translations.ts
index f264cea9..b75a67d8 100644
--- a/locale/en_US/translations.ts
+++ b/locale/en_US/translations.ts
@@ -1252,8 +1252,8 @@
General use word when we want to randomize data
-
- ... (Press * to read more)
+
+ ... (Press * to read more)
Ellipsis Text for when text overflows its container