Add context to "Audio Muted" asking the translators to keep the text short

The German "Audio stummgeschaltet" (rather than eg. "Audio stumm") is just too long

CCMAIL: kde-i18n-doc@kde.org
wilder-5.14
Kai Uwe Broulik 11 years ago
parent 5d4a69db37
commit 56f1ac658b
  1. 2
      shell/osd.cpp

@ -74,7 +74,7 @@ void Osd::volumeChanged(int percent)
icon = QStringLiteral("audio-volume-low");
} else if (percent == 0) {
icon = QStringLiteral("audio-volume-muted");
showText(icon, i18n("Audio Muted"));
showText(icon, i18nc("OSD informing that the system is muted, keep short", "Audio Muted"));
return;
}

Loading…
Cancel
Save