From 460724ac931c06b3934fded7abb011bad56350f6 Mon Sep 17 00:00:00 2001 From: Andrea Scarpino Date: Thu, 26 Oct 2017 23:28:16 +0200 Subject: [PATCH] Replace triple dots by ellipsis --- qml/pages/MainPage.qml | 6 +++--- translations/harbour-papocchio-cs.ts | 10 +++++----- translations/harbour-papocchio-it.ts | 12 ++++++------ translations/harbour-papocchio-nl.ts | 12 ++++++------ translations/harbour-papocchio-sr.ts | 12 ++++++------ translations/harbour-papocchio-sv.ts | 12 ++++++------ translations/harbour-papocchio.ts | 6 +++--- 7 files changed, 35 insertions(+), 35 deletions(-) diff --git a/qml/pages/MainPage.qml b/qml/pages/MainPage.qml index f930115..63b474a 100644 --- a/qml/pages/MainPage.qml +++ b/qml/pages/MainPage.qml @@ -73,7 +73,7 @@ Page { } onClicked: { - remorseSave.execute(menu, qsTr("Saving the canvas..."), function() { + remorseSave.execute(menu, qsTr("Saving the canvas…"), function() { canvas.save(papocchioDir + pictureName()); }, 3000); } @@ -109,7 +109,7 @@ Page { width: 50 onClicked: { - remorseClear.execute(menu, qsTr("Clearing the canvas..."), function() { + remorseClear.execute(menu, qsTr("Clearing the canvas…"), function() { canvas.clear(); }, 3000); } @@ -126,7 +126,7 @@ Page { width: 50 onClicked: { - remorseQuit.execute(menu, qsTr("Quitting..."), function() { + remorseQuit.execute(menu, qsTr("Quitting…"), function() { Qt.quit(); }, 1000); } diff --git a/translations/harbour-papocchio-cs.ts b/translations/harbour-papocchio-cs.ts index 208a8ae..e47a7d2 100644 --- a/translations/harbour-papocchio-cs.ts +++ b/translations/harbour-papocchio-cs.ts @@ -11,17 +11,17 @@ MainPage - Saving the canvas... - Ukládá se plátno... + Saving the canvas… + Ukládá se plátno… - Clearing the canvas... - Vyprazdňuje se plátno... + Clearing the canvas… + Vyprazdňuje se plátno… - Quitting... + Quitting… diff --git a/translations/harbour-papocchio-it.ts b/translations/harbour-papocchio-it.ts index 8730db1..e9cdd46 100644 --- a/translations/harbour-papocchio-it.ts +++ b/translations/harbour-papocchio-it.ts @@ -11,18 +11,18 @@ MainPage - Saving the canvas... - Sto salvando l'immagine... + Saving the canvas… + Sto salvando l'immagine… - Clearing the canvas... - Sto cancellando l'immagine... + Clearing the canvas… + Sto cancellando l'immagine… - Quitting... - Sto uscendo... + Quitting… + Sto uscendo… \ No newline at end of file diff --git a/translations/harbour-papocchio-nl.ts b/translations/harbour-papocchio-nl.ts index c12d568..fa57efa 100644 --- a/translations/harbour-papocchio-nl.ts +++ b/translations/harbour-papocchio-nl.ts @@ -11,18 +11,18 @@ MainPage - Saving the canvas... - Canvas wordt opgeslagen... + Saving the canvas… + Canvas wordt opgeslagen… - Clearing the canvas... - Canvas wordt leeggemaakt... + Clearing the canvas… + Canvas wordt leeggemaakt… - Quitting... - Afsluiten... + Quitting… + Afsluiten… \ No newline at end of file diff --git a/translations/harbour-papocchio-sr.ts b/translations/harbour-papocchio-sr.ts index 8159c16..c83c254 100644 --- a/translations/harbour-papocchio-sr.ts +++ b/translations/harbour-papocchio-sr.ts @@ -11,18 +11,18 @@ MainPage - Saving the canvas... - Чување платна... + Saving the canvas… + Чување платна… - Clearing the canvas... - Брисање платна... + Clearing the canvas… + Брисање платна… - Quitting... - Одустајање... + Quitting… + Одустајање… \ No newline at end of file diff --git a/translations/harbour-papocchio-sv.ts b/translations/harbour-papocchio-sv.ts index 62ef087..9bde9b8 100644 --- a/translations/harbour-papocchio-sv.ts +++ b/translations/harbour-papocchio-sv.ts @@ -11,18 +11,18 @@ MainPage - Saving the canvas... - Sparar bilden... + Saving the canvas… + Sparar bilden… - Clearing the canvas... - Rensar ytan... + Clearing the canvas… + Rensar ytan… - Quitting... - Avslutar... + Quitting… + Avslutar… \ No newline at end of file diff --git a/translations/harbour-papocchio.ts b/translations/harbour-papocchio.ts index a742209..e3327ea 100644 --- a/translations/harbour-papocchio.ts +++ b/translations/harbour-papocchio.ts @@ -13,17 +13,17 @@ MainPage - Saving the canvas... + Saving the canvas… - Clearing the canvas... + Clearing the canvas… - Quitting... + Quitting…