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.
1 parent 6f7d778 commit 8b13b11Copy full SHA for 8b13b11
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