Skip to content

Commit 29f6134

Browse files
snowtimeglassdavid-allison
authored andcommitted
minor fix: remove extra space in a newer string
Remove an extra space in a recently added string for ankidroid#18071
1 parent 5eba6fd commit 29f6134

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

AnkiDroid/src/main/res/values/02-strings.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@
176176
<!-- Deckpicker Background -->
177177
<string name="background_image_title" maxLength="41">Background</string>
178178
<string name="choose_an_image" maxLength="41">Select image</string>
179-
<string name="remove_wallpaper_image" maxLength="41"> Remove background</string>
179+
<string name="remove_wallpaper_image" maxLength="41">Remove background</string>
180180
<string name="remove_background_image">Remove background?</string>
181181
<!-- Card Template Browser Appearance -->
182182
<string name="restore_default" maxLength="28">Restore Default</string>

0 commit comments

Comments
 (0)