Browse Source

Message and translation fix

Yuriy Puchkov 4 years ago
parent
commit
c4a745d838

+ 1 - 1
src/tools/imgs3/imgs3uploadertool.cpp

@@ -47,7 +47,7 @@ QString ImgS3UploaderTool::nameID() {
 }
 
 QString ImgS3UploaderTool::description() const {
-    return tr("Upload the selection to ImgS3");
+    return tr("Upload the selection to S3 bucket");
 }
 
 QWidget* ImgS3UploaderTool::widget() {

+ 7 - 3
translations/Internationalization_ru.ts

@@ -125,12 +125,12 @@
 <context>
     <name>CaptureWidget</name>
     <message>
-        <location filename="../src/widgets/capture/capturewidget.cpp" line="81"/>
+        <location filename="../src/widgets/capture/capturewidget.cpp" line="82"/>
         <source>Unable to capture screen</source>
         <translation>Не удалось захватить экран</translation>
     </message>
     <message>
-        <location filename="../src/widgets/capture/capturewidget.cpp" line="231"/>
+        <location filename="../src/widgets/capture/capturewidget.cpp" line="232"/>
         <source>Select an area with the mouse, or press Esc to exit.
 Press Enter to capture the screen.
 Press Right Click to show the color picker.
@@ -460,9 +460,13 @@ Press Space to open the side panel.</source>
     </message>
     <message>
         <location filename="../src/tools/imgs3/imgs3uploadertool.cpp" line="50"/>
-        <source>Upload the selection to ImgS3</source>
+        <source>Upload the selection to S3 bucket</source>
         <translation>Загрузить выделение на S3</translation>
     </message>
+    <message>
+        <source>Upload the selection to ImgS3</source>
+        <translation type="vanished">Загрузить выделение на S3</translation>
+    </message>
 </context>
 <context>
     <name>ImgurUploader</name>

+ 7 - 3
translations/Internationalization_uk.ts

@@ -125,12 +125,12 @@
 <context>
     <name>CaptureWidget</name>
     <message>
-        <location filename="../src/widgets/capture/capturewidget.cpp" line="81"/>
+        <location filename="../src/widgets/capture/capturewidget.cpp" line="82"/>
         <source>Unable to capture screen</source>
         <translation>Не вдалось захопити екран</translation>
     </message>
     <message>
-        <location filename="../src/widgets/capture/capturewidget.cpp" line="231"/>
+        <location filename="../src/widgets/capture/capturewidget.cpp" line="232"/>
         <source>Select an area with the mouse, or press Esc to exit.
 Press Enter to capture the screen.
 Press Right Click to show the color picker.
@@ -460,9 +460,13 @@ Press Space to open the side panel.</source>
     </message>
     <message>
         <location filename="../src/tools/imgs3/imgs3uploadertool.cpp" line="50"/>
-        <source>Upload the selection to ImgS3</source>
+        <source>Upload the selection to S3 bucket</source>
         <translation>Вивантажити виділення на S3</translation>
     </message>
+    <message>
+        <source>Upload the selection to ImgS3</source>
+        <translation type="vanished">Вивантажити виділення на S3</translation>
+    </message>
 </context>
 <context>
     <name>ImgurUploader</name>