SnapWidget: fixed a typo.

Sun, 31 Mar 2019 12:38:25 +0200

author
Detlev Offenbach <detlev@die-offenbachs.de>
date
Sun, 31 Mar 2019 12:38:25 +0200
changeset 6910
5b938c17bc0a
parent 6909
47e0c9b01254
child 6911
8f4a050c6895

SnapWidget: fixed a typo.

Snapshot/SnapWidget.py file | annotate | diff | comparison | revisions
i18n/eric6_cs.ts file | annotate | diff | comparison | revisions
i18n/eric6_de.qm file | annotate | diff | comparison | revisions
i18n/eric6_de.ts file | annotate | diff | comparison | revisions
i18n/eric6_empty.ts file | annotate | diff | comparison | revisions
i18n/eric6_en.ts file | annotate | diff | comparison | revisions
i18n/eric6_es.ts file | annotate | diff | comparison | revisions
i18n/eric6_fr.ts file | annotate | diff | comparison | revisions
i18n/eric6_it.ts file | annotate | diff | comparison | revisions
i18n/eric6_pt.ts file | annotate | diff | comparison | revisions
i18n/eric6_ru.qm file | annotate | diff | comparison | revisions
i18n/eric6_ru.ts file | annotate | diff | comparison | revisions
i18n/eric6_tr.ts file | annotate | diff | comparison | revisions
i18n/eric6_zh_CN.ts file | annotate | diff | comparison | revisions
--- a/Snapshot/SnapWidget.py	Sun Mar 31 10:48:55 2019 +0200
+++ b/Snapshot/SnapWidget.py	Sun Mar 31 12:38:25 2019 +0200
@@ -57,15 +57,15 @@
         
         self.modeCombo.addItem(self.tr("Fullscreen"),
                                SnapWidget.ModeFullscreen)
+        if QApplication.desktop().screenCount() > 1:
+            self.modeCombo.addItem(self.tr("Current Screen"),
+                                   SnapWidget.ModeScreen)
         self.modeCombo.addItem(self.tr("Rectangular Selection"),
                                SnapWidget.ModeRectangle)
-        self.modeCombo.addItem(self.tr("Ellipical Selection"),
+        self.modeCombo.addItem(self.tr("Elliptical Selection"),
                                SnapWidget.ModeEllipse)
         self.modeCombo.addItem(self.tr("Freehand Selection"),
                                SnapWidget.ModeFreehand)
-        if QApplication.desktop().screenCount() > 1:
-            self.modeCombo.addItem(self.tr("Current Screen"),
-                                   SnapWidget.ModeScreen)
         self.__mode = int(Preferences.Prefs.settings.value("Snapshot/Mode", 0))
         index = self.modeCombo.findData(self.__mode)
         if index == -1:
--- a/i18n/eric6_cs.ts	Sun Mar 31 10:48:55 2019 +0200
+++ b/i18n/eric6_cs.ts	Sun Mar 31 12:38:25 2019 +0200
@@ -64959,7 +64959,7 @@
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Snapshot/SnapWidget.py" line="60"/>
+        <location filename="../Snapshot/SnapWidget.py" line="63"/>
         <source>Rectangular Selection</source>
         <translation type="unfinished">Obdélníkový výběr</translation>
     </message>
@@ -65091,17 +65091,12 @@
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Snapshot/SnapWidget.py" line="62"/>
-        <source>Ellipical Selection</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../Snapshot/SnapWidget.py" line="64"/>
+        <location filename="../Snapshot/SnapWidget.py" line="67"/>
         <source>Freehand Selection</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Snapshot/SnapWidget.py" line="67"/>
+        <location filename="../Snapshot/SnapWidget.py" line="61"/>
         <source>Current Screen</source>
         <translation type="unfinished"></translation>
     </message>
@@ -65135,6 +65130,11 @@
         <source>Preview of the snapshot image ({0} x {1})</source>
         <translation type="unfinished"></translation>
     </message>
+    <message>
+        <location filename="../Snapshot/SnapWidget.py" line="65"/>
+        <source>Elliptical Selection</source>
+        <translation type="unfinished"></translation>
+    </message>
 </context>
 <context>
     <name>SnapshotFreehandGrabber</name>
Binary file i18n/eric6_de.qm has changed
--- a/i18n/eric6_de.ts	Sun Mar 31 10:48:55 2019 +0200
+++ b/i18n/eric6_de.ts	Sun Mar 31 12:38:25 2019 +0200
@@ -65107,7 +65107,7 @@
         <translation>Vollbild</translation>
     </message>
     <message>
-        <location filename="../Snapshot/SnapWidget.py" line="60"/>
+        <location filename="../Snapshot/SnapWidget.py" line="63"/>
         <source>Rectangular Selection</source>
         <translation>Rechteck-Auswahl</translation>
     </message>
@@ -65239,17 +65239,12 @@
         <translation>Zeigt den Namen des zum Speichern verwendeten Verzeichnisses</translation>
     </message>
     <message>
-        <location filename="../Snapshot/SnapWidget.py" line="62"/>
-        <source>Ellipical Selection</source>
-        <translation>Elliptische Auswahl</translation>
-    </message>
-    <message>
-        <location filename="../Snapshot/SnapWidget.py" line="64"/>
+        <location filename="../Snapshot/SnapWidget.py" line="67"/>
         <source>Freehand Selection</source>
         <translation>Freihändige Auswahl</translation>
     </message>
     <message>
-        <location filename="../Snapshot/SnapWidget.py" line="67"/>
+        <location filename="../Snapshot/SnapWidget.py" line="61"/>
         <source>Current Screen</source>
         <translation>Aktueller Bildschirm</translation>
     </message>
@@ -65283,6 +65278,11 @@
         <source>Preview of the snapshot image ({0} x {1})</source>
         <translation>Vorschau des Bildschirmfotos ({0} x {1})</translation>
     </message>
+    <message>
+        <location filename="../Snapshot/SnapWidget.py" line="65"/>
+        <source>Elliptical Selection</source>
+        <translation>Elliptische Auswahl</translation>
+    </message>
 </context>
 <context>
     <name>SnapshotFreehandGrabber</name>
--- a/i18n/eric6_empty.ts	Sun Mar 31 10:48:55 2019 +0200
+++ b/i18n/eric6_empty.ts	Sun Mar 31 12:38:25 2019 +0200
@@ -64649,22 +64649,17 @@
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Snapshot/SnapWidget.py" line="60"/>
+        <location filename="../Snapshot/SnapWidget.py" line="63"/>
         <source>Rectangular Selection</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Snapshot/SnapWidget.py" line="62"/>
-        <source>Ellipical Selection</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../Snapshot/SnapWidget.py" line="64"/>
-        <source>Freehand Selection</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
         <location filename="../Snapshot/SnapWidget.py" line="67"/>
+        <source>Freehand Selection</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Snapshot/SnapWidget.py" line="61"/>
         <source>Current Screen</source>
         <translation type="unfinished"></translation>
     </message>
@@ -64779,6 +64774,11 @@
         <source>The application contains an unsaved snapshot.</source>
         <translation type="unfinished"></translation>
     </message>
+    <message>
+        <location filename="../Snapshot/SnapWidget.py" line="65"/>
+        <source>Elliptical Selection</source>
+        <translation type="unfinished"></translation>
+    </message>
 </context>
 <context>
     <name>SnapshotFreehandGrabber</name>
--- a/i18n/eric6_en.ts	Sun Mar 31 10:48:55 2019 +0200
+++ b/i18n/eric6_en.ts	Sun Mar 31 12:38:25 2019 +0200
@@ -64652,7 +64652,7 @@
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Snapshot/SnapWidget.py" line="60"/>
+        <location filename="../Snapshot/SnapWidget.py" line="63"/>
         <source>Rectangular Selection</source>
         <translation type="unfinished"></translation>
     </message>
@@ -64783,17 +64783,12 @@
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Snapshot/SnapWidget.py" line="62"/>
-        <source>Ellipical Selection</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../Snapshot/SnapWidget.py" line="64"/>
+        <location filename="../Snapshot/SnapWidget.py" line="67"/>
         <source>Freehand Selection</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Snapshot/SnapWidget.py" line="67"/>
+        <location filename="../Snapshot/SnapWidget.py" line="61"/>
         <source>Current Screen</source>
         <translation type="unfinished"></translation>
     </message>
@@ -64827,6 +64822,11 @@
         <source>Preview of the snapshot image ({0} x {1})</source>
         <translation type="unfinished"></translation>
     </message>
+    <message>
+        <location filename="../Snapshot/SnapWidget.py" line="65"/>
+        <source>Elliptical Selection</source>
+        <translation type="unfinished"></translation>
+    </message>
 </context>
 <context>
     <name>SnapshotFreehandGrabber</name>
--- a/i18n/eric6_es.ts	Sun Mar 31 10:48:55 2019 +0200
+++ b/i18n/eric6_es.ts	Sun Mar 31 12:38:25 2019 +0200
@@ -65140,7 +65140,7 @@
         <translation>Pantalla completa</translation>
     </message>
     <message>
-        <location filename="../Snapshot/SnapWidget.py" line="60"/>
+        <location filename="../Snapshot/SnapWidget.py" line="63"/>
         <source>Rectangular Selection</source>
         <translation>Selección Rectangular</translation>
     </message>
@@ -65274,15 +65274,15 @@
     <message>
         <location filename="../Snapshot/SnapWidget.py" line="62"/>
         <source>Ellipical Selection</source>
-        <translation>Selección Elíptica</translation>
-    </message>
-    <message>
-        <location filename="../Snapshot/SnapWidget.py" line="64"/>
-        <source>Freehand Selection</source>
-        <translation>Selección Libre</translation>
+        <translation type="obsolete">Selección Elíptica</translation>
     </message>
     <message>
         <location filename="../Snapshot/SnapWidget.py" line="67"/>
+        <source>Freehand Selection</source>
+        <translation>Selección Libre</translation>
+    </message>
+    <message>
+        <location filename="../Snapshot/SnapWidget.py" line="61"/>
         <source>Current Screen</source>
         <translation>Pantalla Actual</translation>
     </message>
@@ -65316,6 +65316,11 @@
         <source>Preview of the snapshot image ({0} x {1})</source>
         <translation>Vista preliminar de la imagen de captura de pantalla ({0} x {1})</translation>
     </message>
+    <message>
+        <location filename="../Snapshot/SnapWidget.py" line="65"/>
+        <source>Elliptical Selection</source>
+        <translation type="unfinished"></translation>
+    </message>
 </context>
 <context>
     <name>SnapshotFreehandGrabber</name>
--- a/i18n/eric6_fr.ts	Sun Mar 31 10:48:55 2019 +0200
+++ b/i18n/eric6_fr.ts	Sun Mar 31 12:38:25 2019 +0200
@@ -64986,7 +64986,7 @@
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Snapshot/SnapWidget.py" line="60"/>
+        <location filename="../Snapshot/SnapWidget.py" line="63"/>
         <source>Rectangular Selection</source>
         <translation type="unfinished"></translation>
     </message>
@@ -65117,17 +65117,12 @@
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Snapshot/SnapWidget.py" line="62"/>
-        <source>Ellipical Selection</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../Snapshot/SnapWidget.py" line="64"/>
+        <location filename="../Snapshot/SnapWidget.py" line="67"/>
         <source>Freehand Selection</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Snapshot/SnapWidget.py" line="67"/>
+        <location filename="../Snapshot/SnapWidget.py" line="61"/>
         <source>Current Screen</source>
         <translation type="unfinished"></translation>
     </message>
@@ -65161,6 +65156,11 @@
         <source>Preview of the snapshot image ({0} x {1})</source>
         <translation type="unfinished"></translation>
     </message>
+    <message>
+        <location filename="../Snapshot/SnapWidget.py" line="65"/>
+        <source>Elliptical Selection</source>
+        <translation type="unfinished"></translation>
+    </message>
 </context>
 <context>
     <name>SnapshotFreehandGrabber</name>
--- a/i18n/eric6_it.ts	Sun Mar 31 10:48:55 2019 +0200
+++ b/i18n/eric6_it.ts	Sun Mar 31 12:38:25 2019 +0200
@@ -65014,7 +65014,7 @@
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Snapshot/SnapWidget.py" line="60"/>
+        <location filename="../Snapshot/SnapWidget.py" line="63"/>
         <source>Rectangular Selection</source>
         <translation type="unfinished">Selezione rettangolare</translation>
     </message>
@@ -65146,17 +65146,12 @@
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Snapshot/SnapWidget.py" line="62"/>
-        <source>Ellipical Selection</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../Snapshot/SnapWidget.py" line="64"/>
+        <location filename="../Snapshot/SnapWidget.py" line="67"/>
         <source>Freehand Selection</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Snapshot/SnapWidget.py" line="67"/>
+        <location filename="../Snapshot/SnapWidget.py" line="61"/>
         <source>Current Screen</source>
         <translation type="unfinished"></translation>
     </message>
@@ -65190,6 +65185,11 @@
         <source>Preview of the snapshot image ({0} x {1})</source>
         <translation type="unfinished"></translation>
     </message>
+    <message>
+        <location filename="../Snapshot/SnapWidget.py" line="65"/>
+        <source>Elliptical Selection</source>
+        <translation type="unfinished"></translation>
+    </message>
 </context>
 <context>
     <name>SnapshotFreehandGrabber</name>
--- a/i18n/eric6_pt.ts	Sun Mar 31 10:48:55 2019 +0200
+++ b/i18n/eric6_pt.ts	Sun Mar 31 12:38:25 2019 +0200
@@ -64923,7 +64923,7 @@
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Snapshot/SnapWidget.py" line="60"/>
+        <location filename="../Snapshot/SnapWidget.py" line="63"/>
         <source>Rectangular Selection</source>
         <translation type="unfinished">Seleção Rectangular</translation>
     </message>
@@ -65054,17 +65054,12 @@
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Snapshot/SnapWidget.py" line="62"/>
-        <source>Ellipical Selection</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../Snapshot/SnapWidget.py" line="64"/>
+        <location filename="../Snapshot/SnapWidget.py" line="67"/>
         <source>Freehand Selection</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Snapshot/SnapWidget.py" line="67"/>
+        <location filename="../Snapshot/SnapWidget.py" line="61"/>
         <source>Current Screen</source>
         <translation type="unfinished"></translation>
     </message>
@@ -65098,6 +65093,11 @@
         <source>Preview of the snapshot image ({0} x {1})</source>
         <translation type="unfinished"></translation>
     </message>
+    <message>
+        <location filename="../Snapshot/SnapWidget.py" line="65"/>
+        <source>Elliptical Selection</source>
+        <translation type="unfinished"></translation>
+    </message>
 </context>
 <context>
     <name>SnapshotFreehandGrabber</name>
Binary file i18n/eric6_ru.qm has changed
--- a/i18n/eric6_ru.ts	Sun Mar 31 10:48:55 2019 +0200
+++ b/i18n/eric6_ru.ts	Sun Mar 31 12:38:25 2019 +0200
@@ -65262,7 +65262,7 @@
         <translation>Полный экран</translation>
     </message>
     <message>
-        <location filename="../Snapshot/SnapWidget.py" line="60"/>
+        <location filename="../Snapshot/SnapWidget.py" line="63"/>
         <source>Rectangular Selection</source>
         <translation>Прямоугольное выделение</translation>
     </message>
@@ -65394,17 +65394,12 @@
         <translation>Директория, используемая для сохранения снимков</translation>
     </message>
     <message>
-        <location filename="../Snapshot/SnapWidget.py" line="62"/>
-        <source>Ellipical Selection</source>
-        <translation>Эллиптическое выделение</translation>
-    </message>
-    <message>
-        <location filename="../Snapshot/SnapWidget.py" line="64"/>
+        <location filename="../Snapshot/SnapWidget.py" line="67"/>
         <source>Freehand Selection</source>
         <translation>Произвольное выделение</translation>
     </message>
     <message>
-        <location filename="../Snapshot/SnapWidget.py" line="67"/>
+        <location filename="../Snapshot/SnapWidget.py" line="61"/>
         <source>Current Screen</source>
         <translation>Текущий экран</translation>
     </message>
@@ -65438,6 +65433,11 @@
         <source>Preview of the snapshot image ({0} x {1})</source>
         <translation>Просмотр снимков экрана ({0} x {1})</translation>
     </message>
+    <message>
+        <location filename="../Snapshot/SnapWidget.py" line="65"/>
+        <source>Elliptical Selection</source>
+        <translation>Эллиптическое выделение</translation>
+    </message>
 </context>
 <context>
     <name>SnapshotFreehandGrabber</name>
--- a/i18n/eric6_tr.ts	Sun Mar 31 10:48:55 2019 +0200
+++ b/i18n/eric6_tr.ts	Sun Mar 31 12:38:25 2019 +0200
@@ -64821,7 +64821,7 @@
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Snapshot/SnapWidget.py" line="60"/>
+        <location filename="../Snapshot/SnapWidget.py" line="63"/>
         <source>Rectangular Selection</source>
         <translation type="unfinished">Köşeli Seçim</translation>
     </message>
@@ -64953,17 +64953,12 @@
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Snapshot/SnapWidget.py" line="62"/>
-        <source>Ellipical Selection</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../Snapshot/SnapWidget.py" line="64"/>
+        <location filename="../Snapshot/SnapWidget.py" line="67"/>
         <source>Freehand Selection</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Snapshot/SnapWidget.py" line="67"/>
+        <location filename="../Snapshot/SnapWidget.py" line="61"/>
         <source>Current Screen</source>
         <translation type="unfinished"></translation>
     </message>
@@ -64997,6 +64992,11 @@
         <source>Preview of the snapshot image ({0} x {1})</source>
         <translation type="unfinished"></translation>
     </message>
+    <message>
+        <location filename="../Snapshot/SnapWidget.py" line="65"/>
+        <source>Elliptical Selection</source>
+        <translation type="unfinished"></translation>
+    </message>
 </context>
 <context>
     <name>SnapshotFreehandGrabber</name>
--- a/i18n/eric6_zh_CN.ts	Sun Mar 31 10:48:55 2019 +0200
+++ b/i18n/eric6_zh_CN.ts	Sun Mar 31 12:38:25 2019 +0200
@@ -64947,7 +64947,7 @@
         <translation>全屏</translation>
     </message>
     <message>
-        <location filename="../Snapshot/SnapWidget.py" line="60"/>
+        <location filename="../Snapshot/SnapWidget.py" line="63"/>
         <source>Rectangular Selection</source>
         <translation>长方形选区</translation>
     </message>
@@ -65081,15 +65081,15 @@
     <message>
         <location filename="../Snapshot/SnapWidget.py" line="62"/>
         <source>Ellipical Selection</source>
-        <translation>椭圆选区</translation>
-    </message>
-    <message>
-        <location filename="../Snapshot/SnapWidget.py" line="64"/>
-        <source>Freehand Selection</source>
-        <translation>自由选区</translation>
+        <translation type="obsolete">椭圆选区</translation>
     </message>
     <message>
         <location filename="../Snapshot/SnapWidget.py" line="67"/>
+        <source>Freehand Selection</source>
+        <translation>自由选区</translation>
+    </message>
+    <message>
+        <location filename="../Snapshot/SnapWidget.py" line="61"/>
         <source>Current Screen</source>
         <translation>当前屏幕</translation>
     </message>
@@ -65123,6 +65123,11 @@
         <source>Preview of the snapshot image ({0} x {1})</source>
         <translation>快照图像预览({0} x {1})</translation>
     </message>
+    <message>
+        <location filename="../Snapshot/SnapWidget.py" line="65"/>
+        <source>Elliptical Selection</source>
+        <translation type="unfinished"></translation>
+    </message>
 </context>
 <context>
     <name>SnapshotFreehandGrabber</name>

eric ide

mercurial