diff options
author | Philip Withnall <philip@tecnocode.co.uk> | 2008-09-02 21:55:54 +0000 |
---|---|---|
committer | Philip Withnall <pwithnall@src.gnome.org> | 2008-09-02 21:55:54 +0000 |
commit | 343f3fe2bcd2dff19b111ee5c6e360d437747692 (patch) | |
tree | 6d21afb930eb62fdc9c277dbe7ca7f243f78bfdd /data | |
parent | 47e75104a173b15686d4240efbd84ceb2b762cb9 (diff) |
Convert British English words back to American English in the language
2008-09-02 Philip Withnall <philip@tecnocode.co.uk>
* data/totem.schemas.in:
* src/backend/bacon-video-widget-xine.c: (xine_event_message),
(bacon_video_widget_open_with_subtitle):
* src/plugins/publish/publish-plugin.ui:
* src/plugins/pythonconsole/pythonconsole.py:
* src/plugins/pythonconsole/pythonconsole.totem-plugin.in:
* src/plugins/skipto/totem-skipto-plugin.c: (impl_activate):
Convert
British English words back to American English in the language
strings
and fix a few other small problems such as misplaced commas and
spelling errors. (Closes: #548340)
* po/en_GB.po: Updated British English translation.
svn path=/trunk/; revision=5632
Diffstat (limited to 'data')
-rw-r--r-- | data/totem.schemas.in | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/data/totem.schemas.in b/data/totem.schemas.in index 882c86b3..79ba26e3 100644 --- a/data/totem.schemas.in +++ b/data/totem.schemas.in @@ -246,8 +246,8 @@ <type>string</type> <default></default> <locale name="C"> - <short>Default location for the "Open..." dialogues</short> - <long>Default location for the "Open..." dialogues, default is the current directory</long> + <short>Default location for the "Open..." dialogs</short> + <long>Default location for the "Open..." dialogs, default is the current directory</long> </locale> </schema> @@ -258,8 +258,8 @@ <type>string</type> <default></default> <locale name="C"> - <short>Default location for the "Take Screenshot" dialogues</short> - <long>Default location for the "Take Screenshot" dialogues, default is the Pictures directory</long> + <short>Default location for the "Take Screenshot" dialogs</short> + <long>Default location for the "Take Screenshot" dialogs, default is the Pictures directory</long> </locale> </schema> |