Skip to content

Commit 8b13b11

Browse files
authored
Fix punctuation (no space before question mark)
1 parent 6f7d778 commit 8b13b11

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

confirmDialog.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ const Clutter = imports.gi.Clutter;
1313

1414
const HibernateDialogContent = {
1515
subject: C_("title", "Hibernate"),
16-
description: "Do you really want to hibernate the system ?",
16+
description: "Do you really want to hibernate the system?",
1717
confirmButtons: [{ signal: 'CancelHibernate',
1818
label: C_("button", "Cancel"),
1919
key: Clutter.Escape },

0 commit comments

Comments
 (0)