Skip to content

Commit

Permalink
Only use a unique string for the scrabbing rate
Browse files Browse the repository at this point in the history
  • Loading branch information
wutschel committed Jan 19, 2025
1 parent 1920786 commit 4e8c79f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion XBMC Remote/NowPlaying.m
Original file line number Diff line number Diff line change
Expand Up @@ -2806,7 +2806,7 @@ - (void)viewDidLoad {
[ProgressSlider setThumbImage:[UIImage new] forState:UIControlStateNormal];
[ProgressSlider setThumbImage:[UIImage new] forState:UIControlStateHighlighted];
ProgressSlider.hidden = YES;
scrabbingMessage.text = LOCALIZED_STR(@"Slide your finger up to adjust the scrubbing rate.");
scrabbingMessage.text = LOCALIZED_STR(@"Slide your finger up or down to adjust the scrubbing rate.");
scrabbingRate.text = LOCALIZED_STR(@"Scrubbing 1");
sheetActions = [NSMutableArray new];
currentPlaylistID = PLAYERID_UNKNOWN;
Expand Down
1 change: 0 additions & 1 deletion XBMC Remote/en.lproj/Localizable.strings
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,6 @@
"vote" = "vote";
"votes" = "votes";

"Slide your finger up to adjust the scrubbing rate." = "Slide your finger up to adjust the scrubbing rate.";
"Scrubbing 1" = "Hi-Speed Scrubbing";
"Scrubbing 0.5" = "Half-Speed Scrubbing";
"Scrubbing 0.25" = "Quarter-Speed Scrubbing";
Expand Down

0 comments on commit 4e8c79f

Please sign in to comment.