diff options
| author | Alexey Osipov <simba@lerlan.ru> | 2012-06-17 15:01:02 +0200 |
|---|---|---|
| committer | Martin Lambers <marlam@marlam.de> | 2012-06-17 15:01:02 +0200 |
| commit | 08e744f77765ab6489f96bbc7b4bc61292f18a9c (patch) | |
| tree | 8fe4128d6d600eb4bb583c7bf5d5b2a822b27ab9 | |
| parent | 95fc821969c8c397570a05aa18fe5d30cceab163 (diff) | |
| download | bino-08e744f77765ab6489f96bbc7b4bc61292f18a9c.tar.gz | |
Fix incomplete closing tag in GUI message.
| -rw-r--r-- | po/de.po | 4 | ||||
| -rw-r--r-- | po/fr.po | 2 | ||||
| -rw-r--r-- | po/ru.po | 2 | ||||
| -rw-r--r-- | src/gui.cpp | 2 |
4 files changed, 5 insertions, 5 deletions
@@ -670,10 +670,10 @@ msgstr "Zoom für überbreite Videos" #: src/gui.cpp:1515 msgid "" "<p>Set zoom level for videos that<br>are wider than the screen:<br>0: Show " -"full video width.<br>1: Use full screen height.</p" +"full video width.<br>1: Use full screen height.</p>" msgstr "" "<p>Setze den Zoom für Videos, die<br>breiter als der Bildschirm sind:<br>0: " -"Zeige volle Videobreite.<br>1: Nutze volle Bildschirmhöhe.</p" +"Zeige volle Videobreite.<br>1: Nutze volle Bildschirmhöhe.</p>" #: src/gui.cpp:1519 msgid "Zoom:" @@ -674,7 +674,7 @@ msgstr "Zoom pour les vidéos larges" #: src/gui.cpp:1515 msgid "" "<p>Set zoom level for videos that<br>are wider than the screen:<br>0: Show " -"full video width.<br>1: Use full screen height.</p" +"full video width.<br>1: Use full screen height.</p>" msgstr "" "<p>Réglage du zoom pour les vidéos qui<br>sont plus larges que l'écran :" "<br>0 : Pleine largeur.<br>1 : Pleine hauteur.</p>" @@ -671,7 +671,7 @@ msgstr "Масштаб для широкоэкранного видео" #: src/gui.cpp:1515 msgid "" "<p>Set zoom level for videos that<br>are wider than the screen:<br>0: Show " -"full video width.<br>1: Use full screen height.</p" +"full video width.<br>1: Use full screen height.</p>" msgstr "" "<p>Масштаб для видеозаписей, ширина<br>которых превышает ширину экрана:" "<br>0: Показывать видео в полную ширину.<br>1: Использовать всю высоту " diff --git a/src/gui.cpp b/src/gui.cpp index f2f5522..403358a 100644 --- a/src/gui.cpp +++ b/src/gui.cpp @@ -1515,7 +1515,7 @@ zoom_dialog::zoom_dialog(QWidget *parent) : QDialog(parent), _lock(false) "<p>Set zoom level for videos that<br>" "are wider than the screen:<br>" "0: Show full video width.<br>" - "1: Use full screen height.</p")); + "1: Use full screen height.</p>")); QLabel *z_label = new QLabel(_("Zoom:")); z_label->setToolTip(_("<p>Set the zoom level for videos that are wider than the screen.</p>")); _z_slider = new QSlider(Qt::Horizontal); |
