Skip to content

Commit 6bc4e54

Browse files
committed
fix exit confirm message
1 parent 09b94ee commit 6bc4e54

File tree

5 files changed

+15
-9
lines changed

5 files changed

+15
-9
lines changed

po/es.po

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ msgid ""
77
msgstr ""
88
"Project-Id-Version: \n"
99
"Report-Msgid-Bugs-To: \n"
10-
"POT-Creation-Date: 2025-09-17 08:47+0000\n"
10+
"POT-Creation-Date: 2025-09-17 09:37+0000\n"
1111
"PO-Revision-Date: 2024-10-26 15:14-0300\n"
1212
"Last-Translator: \n"
1313
"Language-Team: \n"
@@ -119,7 +119,8 @@ msgid "Background:"
119119
msgstr ""
120120

121121
#: src/SetupWidgets.cpp:513
122-
msgid "Are you want to exit?"
122+
#, fuzzy
123+
msgid "Are you sure you want to quit?"
123124
msgstr "¿Quiere salir de Lápiz Pardus?"
124125

125126
#~ msgid "Info"

po/pardus-pen.pot

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ msgid ""
88
msgstr ""
99
"Project-Id-Version: PACKAGE VERSION\n"
1010
"Report-Msgid-Bugs-To: \n"
11-
"POT-Creation-Date: 2025-09-17 08:47+0000\n"
11+
"POT-Creation-Date: 2025-09-17 09:37+0000\n"
1212
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
1313
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
1414
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -111,5 +111,5 @@ msgid "Background:"
111111
msgstr ""
112112

113113
#: src/SetupWidgets.cpp:513
114-
msgid "Are you want to exit?"
114+
msgid "Are you sure you want to quit?"
115115
msgstr ""

po/pt.po

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ msgid ""
88
msgstr ""
99
"Project-Id-Version: tr.org.pardus.pen master\n"
1010
"Report-Msgid-Bugs-To: \n"
11-
"POT-Creation-Date: 2025-09-17 08:47+0000\n"
11+
"POT-Creation-Date: 2025-09-17 09:37+0000\n"
1212
"PO-Revision-Date: 2025-06-06 00:33+0100\n"
1313
"Last-Translator: Hugo Carvalho <hugokarvalho@hotmail.com>\n"
1414
"Language-Team: Portuguese <hugokarvalho@hotmail.com>\n"
@@ -113,5 +113,9 @@ msgid "Background:"
113113
msgstr "Fundo:"
114114

115115
#: src/SetupWidgets.cpp:513
116-
msgid "Are you want to exit?"
116+
#, fuzzy
117+
msgid "Are you sure you want to quit?"
117118
msgstr "Tem a certeza que pretende sair?"
119+
120+
#~ msgid "Are you want to exit?"
121+
#~ msgstr "Tem a certeza que pretende sair?"

po/tr.po

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ msgid ""
88
msgstr ""
99
"Project-Id-Version: tr.org.pardus.pen master\n"
1010
"Report-Msgid-Bugs-To: \n"
11-
"POT-Creation-Date: 2025-09-17 08:47+0000\n"
11+
"POT-Creation-Date: 2025-09-17 09:37+0000\n"
1212
"PO-Revision-Date: 2025-05-30 20:21+0300\n"
1313
"Last-Translator: Edip Hazuri <edip@medip.dev>\n"
1414
"Language-Team: Turkish <kde-l10n-tr@kde.org>\n"
@@ -113,5 +113,6 @@ msgid "Background:"
113113
msgstr "Arka Plan:"
114114

115115
#: src/SetupWidgets.cpp:513
116-
msgid "Are you want to exit?"
116+
msgid "Are you sure you want to quit?"
117117
msgstr "Çıkmak istediğinizden emin misiniz?"
118+

src/SetupWidgets.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -510,7 +510,7 @@ void setupWidgets(){
510510
);
511511

512512
QLabel *closeIcon = new QLabel();
513-
QLabel *closeLabel = new QLabel(_("Are you want to exit?"));
513+
QLabel *closeLabel = new QLabel(_("Are you sure you want to quit?"));
514514

515515
closeIcon->setPixmap(QIcon(get_icon_by_id(CLOSE)).pixmap(QSize(butsize*2, butsize*2)));
516516

0 commit comments

Comments
 (0)