We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6f7d778 + 8b13b11 commit 1593ef7Copy full SHA for 1593ef7
confirmDialog.js
@@ -13,7 +13,7 @@ const Clutter = imports.gi.Clutter;
13
14
const HibernateDialogContent = {
15
subject: C_("title", "Hibernate"),
16
- description: "Do you really want to hibernate the system ?",
+ description: "Do you really want to hibernate the system?",
17
confirmButtons: [{ signal: 'CancelHibernate',
18
label: C_("button", "Cancel"),
19
key: Clutter.Escape },
0 commit comments