Skip to content

Commit 28879e4

Browse files
committed
Fix typos
1 parent 68357aa commit 28879e4

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

data/appdata/mugshot.appdata.xml.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
<description>
1111
<_p>
12-
Mugshot enables users to easily updates personal contact information.
12+
Mugshot enables users to easily update personal contact information.
1313
With Mugshot, users are able to:
1414
</_p>
1515
<ul>

mugshot/CameraMugshotDialog.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ def play(self):
149149
if not self.realized:
150150
self._set_video_window_id()
151151
if not self.realized:
152-
logger.error(_("Cannot display camera output."
152+
logger.error(_("Cannot display camera output. "
153153
"Ignoring play command"))
154154
else:
155155
if self.camerabin:

po/mugshot.pot

Lines changed: 3 additions & 3 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: 2014-08-24 12:39-0400\n"
11+
"POT-Creation-Date: 2014-08-31 21:40-0400\n"
1212
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
1313
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
1414
"Language-Team: LANGUAGE <[email protected]>\n"
@@ -121,7 +121,7 @@ msgid ""
121121
msgstr ""
122122

123123
#: ../mugshot/CameraMugshotDialog.py:152
124-
msgid "Cannot display camera output.Ignoring play command"
124+
msgid "Cannot display camera output. Ignoring play command"
125125
msgstr ""
126126

127127
#. Set the record button to retry, and disable it until the capture
@@ -212,7 +212,7 @@ msgstr ""
212212

213213
#: ../data/appdata/mugshot.appdata.xml.in.h:2
214214
msgid ""
215-
"Mugshot enables users to easily updates personal contact information. With "
215+
"Mugshot enables users to easily update personal contact information. With "
216216
"Mugshot, users are able to:"
217217
msgstr ""
218218

0 commit comments

Comments
 (0)