Skip to content

Commit 25456b1

Browse files
committed
Fix duplicate dashes in string resource
1 parent ebbe7ef commit 25456b1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/src/main/res/values-cs/strings.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -603,7 +603,7 @@
603603
<string name="crash_the_app">Zbořit aplikaci</string>
604604
<string name="download_has_started">Stahování bylo zahájeno</string>
605605
<string name="select_night_theme_toast">Můžete si zvolit svůj oblíbený motiv níže</string>
606-
<string name="night_theme_summary">Zvolte si svůj oblíbený noční motiv -- %s</string>
606+
<string name="night_theme_summary">Zvolte si svůj oblíbený noční motiv - %s</string>
607607
<string name="auto_device_theme_title">Automatický (motiv zařízení)</string>
608608
<string name="radio">Radio</string>
609609
<string name="featured">Představujeme</string>

0 commit comments

Comments
 (0)