nautilus-open-terminal r183 - in trunk: po src
- From: cneumair svn gnome org
- To: svn-commits-list gnome org
- Subject: nautilus-open-terminal r183 - in trunk: po src
- Date: Thu, 10 Apr 2008 11:46:18 +0100 (BST)
Author: cneumair
Date: Thu Apr 10 11:46:18 2008
New Revision: 183
URL: http://svn.gnome.org/viewvc/nautilus-open-terminal?rev=183&view=rev
Log:
Un-Capitalize "in" of "Open In Terminal" message, in source code and in msgids.
Remove SVN executable attribute from ne.po.
GNOME #527259, Ubuntu #214858. Thanks to "demetris" and "xtknight".
Modified:
trunk/po/ar.po
trunk/po/be.po
trunk/po/be latin po
trunk/po/bg.po
trunk/po/bn_IN.po
trunk/po/ca.po
trunk/po/cs.po
trunk/po/da.po
trunk/po/de.po
trunk/po/dz.po
trunk/po/el.po
trunk/po/en_CA.po
trunk/po/en_GB.po
trunk/po/es.po
trunk/po/et.po
trunk/po/eu.po
trunk/po/fi.po
trunk/po/fr.po
trunk/po/gl.po
trunk/po/gu.po
trunk/po/he.po
trunk/po/hu.po
trunk/po/it.po
trunk/po/ja.po
trunk/po/ka.po
trunk/po/ko.po
trunk/po/lt.po
trunk/po/mk.po
trunk/po/ml.po
trunk/po/nb.po
trunk/po/ne.po (contents, props changed)
trunk/po/nl.po
trunk/po/oc.po
trunk/po/or.po
trunk/po/pa.po
trunk/po/pl.po
trunk/po/pt.po
trunk/po/pt_BR.po
trunk/po/ro.po
trunk/po/ru.po
trunk/po/rw.po
trunk/po/sk.po
trunk/po/sl.po
trunk/po/sr.po
trunk/po/sr Latn po
trunk/po/sv.po
trunk/po/ta.po
trunk/po/th.po
trunk/po/tr.po
trunk/po/uk.po
trunk/po/vi.po
trunk/po/zh_CN.po
trunk/po/zh_TW.po
trunk/src/nautilus-open-terminal.c
Modified: trunk/src/nautilus-open-terminal.c
==============================================================================
--- trunk/src/nautilus-open-terminal.c (original)
+++ trunk/src/nautilus-open-terminal.c Thu Apr 10 11:46:18 2008
@@ -353,7 +353,7 @@
switch (terminal_file_info) {
case FILE_INFO_LOCAL:
case FILE_INFO_SFTP:
- name = _("Open In _Terminal");
+ name = _("Open in _Terminal");
if (is_file_item) {
tooltip = _("Open the currently selected folder in a terminal");
} else {
@@ -366,7 +366,7 @@
name = _("Open _Terminal");
tooltip = _("Open a terminal");
} else {
- name = _("Open In _Terminal");
+ name = _("Open in _Terminal");
tooltip = _("Open the currently open folder in a terminal");
}
break;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]