diff options
author | Damiano Galassi <[email protected]> | 2018-07-10 17:13:19 +0200 |
---|---|---|
committer | Damiano Galassi <[email protected]> | 2018-07-10 17:13:19 +0200 |
commit | 44d7c56f5551c2b862811c70ae457fd5f2a5c797 (patch) | |
tree | dee754e5c7d7783b3c9baee99525c7152b3688eb /macosx/HBTitle.m | |
parent | 181141670e864812c7212feabce171481eff1de3 (diff) |
MacGui: made possible to localise more UI strings.
Diffstat (limited to 'macosx/HBTitle.m')
-rw-r--r-- | macosx/HBTitle.m | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/macosx/HBTitle.m b/macosx/HBTitle.m index 7d1cbbcdf..36508643b 100644 --- a/macosx/HBTitle.m +++ b/macosx/HBTitle.m @@ -118,7 +118,7 @@ extern NSString *keySubTrackType; [format appendString:@", "]; - [format appendFormat:@"%.6g FPS", _hb_title->vrate.num / (double)_hb_title->vrate.den]; + [format appendFormat:NSLocalizedString(@"%.6g FPS", @"Title short description -> video format"), _hb_title->vrate.num / (double)_hb_title->vrate.den]; hb_list_t *audioList = _hb_title->list_audio; int audioCount = hb_list_count(audioList); |