Skip to content

Commit

Permalink
Merge pull request #2112 from WChargin/typo-fix
Browse files Browse the repository at this point in the history
Typo fix in Desklet cinnamon-settings
  • Loading branch information
clefebvre committed Jun 1, 2013
2 parents a9ef17d + 0902953 commit afa9806
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion files/usr/lib/cinnamon-settings/modules/cs_desklets.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ def getAdditionalPage(self):
dec_combo = GSettingsIntComboBox(_("Decoration of desklets"), "org.cinnamon", "desklet-decorations", dec)

label = Gtk.Label()
label.set_markup("<i><small>%s\n%s</small></i>" % (_("Note: Some desklets require the border/header to be always preset"), _("Such requirements override the settings selected here")))
label.set_markup("<i><small>%s\n%s</small></i>" % (_("Note: Some desklets require the border/header to be always present"), _("Such requirements override the settings selected here")))

desklet_snap = GSettingsCheckButton(_("Snap desklets to grid"), "org.cinnamon", "desklet-snap", None)
desklet_snap_interval = GSettingsSpinButton(_("Width of desklet snap grid"), "org.cinnamon", "desklet-snap-interval", "org.cinnamon/desklet-snap", 0, 100, 1, 5, "")
Expand Down
2 changes: 1 addition & 1 deletion po/po-files/cinnamon-en_AU.po
Original file line number Diff line number Diff line change
Expand Up @@ -1901,7 +1901,7 @@ msgid "Decoration of desklets"
msgstr ""

#: files/usr/lib/cinnamon-settings/modules/cs_desklets.py:48
msgid "Note: Some desklets require the border/header to be always preset"
msgid "Note: Some desklets require the border/header to be always present"
msgstr ""

#: files/usr/lib/cinnamon-settings/modules/cs_desklets.py:48
Expand Down
2 changes: 1 addition & 1 deletion po/po-files/cinnamon-en_CA.po
Original file line number Diff line number Diff line change
Expand Up @@ -1895,7 +1895,7 @@ msgid "Decoration of desklets"
msgstr ""

#: files/usr/lib/cinnamon-settings/modules/cs_desklets.py:48
msgid "Note: Some desklets require the border/header to be always preset"
msgid "Note: Some desklets require the border/header to be always present"
msgstr ""

#: files/usr/lib/cinnamon-settings/modules/cs_desklets.py:48
Expand Down
2 changes: 1 addition & 1 deletion po/po-files/cinnamon-en_GB.po
Original file line number Diff line number Diff line change
Expand Up @@ -1899,7 +1899,7 @@ msgid "Decoration of desklets"
msgstr ""

#: files/usr/lib/cinnamon-settings/modules/cs_desklets.py:48
msgid "Note: Some desklets require the border/header to be always preset"
msgid "Note: Some desklets require the border/header to be always present"
msgstr ""

#: files/usr/lib/cinnamon-settings/modules/cs_desklets.py:48
Expand Down

0 comments on commit afa9806

Please sign in to comment.