On Tue, 24 Aug 2010, KDulcimer wrote:

I feel it would be better to use "properly installed" and "correctly
installed" instead of "installed properly" and "installed correct".

So I used two different wordings in the strings and with hopes that someone would comment on that.

However, I do think you are correct and have updated accordingly.
I have updated the diff file to reflect that and I want the strings to be uniform and did choose to use only "installed properly".

--
/brother
http://martin.bagge.nu
If Bruce Schneier wants your plaintext, he'll just squeeze it out of the 
ciphertext using his barehands
diff --git a/src/main.c b/src/main.c
index a97007f..41730b7 100644
--- a/src/main.c
+++ b/src/main.c
@@ -166,7 +166,7 @@ extern gboolean plugin_load(LXAppearance* app, GtkBuilder* lxappearance_builder)
     g_debug(GLADEDIR"/obconf.glade");
     if(!gtk_builder_add_from_file(builder, GLADEDIR"/obconf.glade", NULL))
     {
-        obconf_error(_("Failed to load the obconf.glade interface file. You have probably failed to install ObConf properly."), TRUE);
+        obconf_error(_("Failed to load the obconf.glade interface file. ObConf is probably not properly installed."), TRUE);
         exit_with_error = TRUE;
     }
     gtk_builder_connect_signals(builder, NULL);
@@ -191,7 +191,7 @@ extern gboolean plugin_load(LXAppearance* app, GtkBuilder* lxappearance_builder)
 
     xmlIndentTreeOutput = 1;
     if (!parse_load_rc(obc_config_file, &doc, &root)) {
-        obconf_error(_("Failed to load an rc.xml. You have probably failed to install Openbox properly."), TRUE);
+        obconf_error(_("Failed to load an rc.xml. Openbox is probably not properly installed."), TRUE);
         exit_with_error = TRUE;
     }
 
------------------------------------------------------------------------------
Sell apps to millions through the Intel(R) Atom(Tm) Developer Program
Be part of this innovative community and reach millions of netbook users 
worldwide. Take advantage of special opportunities to increase revenue and 
speed time-to-market. Join now, and jumpstart your future.
http://p.sf.net/sfu/intel-atom-d2d
_______________________________________________
Lxde-list mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/lxde-list

Reply via email to