freebsd-ports/devel/subcommander2/files/patch-subcommander__settings__ToolsSettingsWidget.cpp
Marcelo Araujo 0b1cf879c5 - Update to 2.0.0.b5.2.
PR:		ports/172504
Submitted by:	KATO Tsuguru <tkato432@yahoo.com>
2012-12-13 11:54:14 +00:00

20 lines
984 B
C++

--- subcommander/settings/ToolsSettingsWidget.cpp.orig 2007-08-19 22:04:03.000000000 +0900
+++ subcommander/settings/ToolsSettingsWidget.cpp 2012-05-10 05:29:12.000000000 +0900
@@ -39,7 +39,7 @@
vl->addStretch(1);
{
// diff command
- QLabel* diffLabel = new QLabel(_q("(visual) diff comand:"), this);
+ QLabel* diffLabel = new QLabel(_q("(visual) diff command:"), this);
QPushButton* diffBi = new QPushButton( _q("reset/builtin"), this );
_diffEdit = new QLineEdit( this );
QPushButton* diffEx = new ExternButton( this );
@@ -59,7 +59,7 @@
row++;
// merge command
- QLabel* mergeLabel = new QLabel(_q("(visual) merge comand:"), this);
+ QLabel* mergeLabel = new QLabel(_q("(visual) merge command:"), this);
QPushButton* mergeBi = new QPushButton( _q("reset/builtin"), this );
_mergeEdit = new QLineEdit( this );
QPushButton* mergeEx = new ExternButton( this );