Skip to content

audio-video-properties: fix string not translatable

Waqar Ahmed requested to merge waqar144/nautilus:untranslatable_fix into master

"%2f frames per second" string in audio-video-properties tab was unavailable for translation.

To fix this, handle the string with g_dngettext() and allow for both singular and plural translation.

Closes #990 (closed)

Edited by Waqar Ahmed

Merge request reports